摘要:
http://developer.android.com/training/articles/security-tips.html1.数据存储内部存储internal storage存储的数据,只能由App自己访问。如果是敏感数据,推荐使用KeyStore。外部存储外部存储,例如SD卡,任何app都... 阅读全文
摘要:
1.ScrollView 嵌套 ListView ,touch事件的截获问题。参考http://www.cnblogs.com/lqminn/archive/2013/03/02/2940194.htmlhttp://blog.csdn.net/chaihuasong/article/details... 阅读全文
摘要:
原文https://developer.android.com/training/articles/memory.html1.慎重使用Service,最好的办法是使用IntentService,一旦事情做完,就把他停掉。2.当UI切换到后台的时候,释放一些内存在Activity里面实现哦nTrimM... 阅读全文
摘要:
memory usage of this progress under 15MB for 1GB RAM deviceAndroid内存机制分析下篇:分析APP内存使用情况http://mobile.51cto.com/aprogram-404264.htmAndroid内存小谈 http://ww... 阅读全文