
Android性能优化
文章平均质量分 86
iteye_14951
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android性能优化之代码优化
http://www.trinea.cn/android/java-android-performance/原创 2014-06-09 15:59:30 · 116 阅读 · 0 评论 -
Android性能优化之使用SparseArray
SparseArrays map integers to Objects. Unlike a normal array of Objects, there can be gaps in the indices. It is intended to be more efficient than using a HashMap to map Integers to Objects. ...原创 2014-06-09 16:02:26 · 179 阅读 · 0 评论