在用Android测试JSON数据解析的时候,报了这样一个异常:java.net.ConnectException:
localhost/127.0.0.1:8080 - Connection refused原来模拟器默认把localhost或者127.0.0.1当做本身了
在网上查了下,在模拟器上...
分类:
移动开发 时间:
2014-05-09 11:21:25
阅读次数:
485
----------------------
ASP.Net+Android+IOS开发、.Net培训、期待与您交流!
----------------------java数据类型Java语言是强类型语言,对于每一种数据都定义了明确的具体数据类型,在内存总分配了不同大小的内存空间。包括如下两大类数据...
分类:
其他好文 时间:
2014-05-09 11:18:40
阅读次数:
329
http://www.360doc.com/content/11/1214/16/59141_172215613.shtml
分类:
移动开发 时间:
2014-05-08 22:22:40
阅读次数:
524
Bitmap用法总结1、Drawable → Bitmappublic static Bitmap
drawableToBitmap(Drawable drawable) {Bitmap bitmap =
Bitmap.createBitmap(drawable.getIntrinsicWidth(...
分类:
移动开发 时间:
2014-05-08 22:10:30
阅读次数:
482
http://www.cnblogs.com/luxiaofeng54/archive/2011/03/14/1984026.html
分类:
移动开发 时间:
2014-05-08 21:47:10
阅读次数:
379
在APK的manifest节点中保证其
android:sharedUserId="hello.miles" 保持一致,名称可以自定义// 创建共享数据的APK
其manifest包名为com.miles.sharedataSharedPreferences sp = Context.getSha....
分类:
其他好文 时间:
2014-05-08 21:44:45
阅读次数:
279
LayoutInflater inflater =
getLayoutInflater();View imageLayout =
inflater.inflate(R.layout.preference_image.xml,null);ImageView imageView =
(ImageView...
分类:
其他好文 时间:
2014-05-08 21:34:32
阅读次数:
307
介绍:AIDL 即 Android Interface Definition
Language使用:1.新建.aidl文件1 //AIDL 文件所在的包2 package com.houny.demo_aidl.aidl;3 4
//接口名必须和AIDL文件名一致5 interface ISay{6...
分类:
移动开发 时间:
2014-05-08 21:32:42
阅读次数:
511
getRowX:触摸点相对于屏幕的坐标getX: 触摸点相对于按钮的坐标getTop:
按钮左上角相对于父view(LinerLayout)的y坐标getLeft:
按钮左上角相对于父view(LinerLayout)的x坐标getRight():等同于下面的计算:getLeft()+getWidt...
分类:
移动开发 时间:
2014-05-08 21:22:54
阅读次数:
6659
eclipse 发布 签名android 程序1 在项目上右键 export2 export
android application3 第一次发布 要创建一个新的keystore4 填写key信息56 finish第二次发布的时候
可以直接选择已有的keystore选择以后的alias 或者新建ok...
分类:
系统相关 时间:
2014-05-08 21:22:03
阅读次数:
1889