随笔分类 - Android
Android开发相关
摘要:Android 4.2项目:下载网络歌曲报错:android.os.NetworkOnMainThreadException网上搜索后知道是因为版本问题,在4.0之后在主线程里面执行Http请求都会报这个错,也许是怕Http请求时间太长造成程序假死的情况吧。那么网上的朋友也给出了相应的解决方案,这叫...
阅读全文
摘要:1.错误提示:Your content must have a ListView whose id attribute is 'android.R.id.list'对于以上错误,其实可能是因为我们要实现对ListView中setOnItemClick的事件监听而去继承了LiseActivity,但是...
阅读全文
摘要:1、最近运行eclipse,控制台时不时老出现这样的错误:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure that adb is ...
阅读全文
摘要:Android实现带图标的ListView:http://blog.csdn.net/bear_huangzhen/article/details/23991119Android listview与adapter用法:http://www.cnblogs.com/zhengbeibei/archiv...
阅读全文
摘要:1.项目名 全部小写,如:test2.包名 全部小写,如:com.tju.lirui.test2.类名 每个单词首字母大写,如:HelloWorld3.变量名 1、静态变量:全部大写,单词之间用下划线"_"分开,如:BOOLEAN_FLAG 2、普通变量:第一个单词首字母小写,以后每个单词...
阅读全文

浙公网安备 33010602011771号