
Android的深入
文章平均质量分 83
forever_crying
这个作者很懒,什么都没留下…
展开
-
AsyncHttpClient 官网的东西
Android Asynchronous Http ClientA Callback-Based Http Client Library for Android TweetDownloadversion 1.4.2 (latest)or fork me on githubOverviewAn asynchronous callbac转载 2012-10-26 00:34:36 · 18559 阅读 · 1 评论 -
理解Fragment生命周期
官网帮助文档链接: http://developer.android.com/guide/components/fragments.html主要看两张图,和跑代码一,Fragment的生命周 二,与Activity生命周期的对比 场景演示 : 切换到该Fragment11-29 14:26:35.095: D/AppListFragmen原创 2012-11-29 14:33:01 · 518430 阅读 · 56 评论 -
Android代码混淆-添加了Gson遇到的问题
折腾了好久。。。。。郁闷 -_- 1.首先,project.properties里的配置文件变了,之前的项目一直都是在project.properties这个文件中添加一行proguard.config=proguard.cfg 然后proguard.cfg是自动生成的,不想被混淆的文件则从proguard.cfg中修改原创 2012-11-05 21:11:39 · 9813 阅读 · 2 评论 -
Android_Ant_多渠道打包/一键自动编译 ——Mac lion 10.8.2下
http://developer.android.com/tools/projects/projects-cmdline.html1.首先是为项目生成build.xml文件 执行命令 android update project --name projectName -t 3 -pprojectPath 效果如下图http://developer原创 2012-11-15 10:53:11 · 7559 阅读 · 1 评论 -
Bitmap.recycle()
There is a nice callback in the cache called entryRemoved which gives you the item after it’s removed, and you would think here is the perfect time to call Bitmap.recycle(), but donot do this. The转载 2013-03-25 19:08:50 · 1518 阅读 · 1 评论