There's SparseArray but there are also classes for each of the individual primitive types. There's a SparseBooleanArray, a SparseIntArray and so on. Deciding whether to use these Android specific collection classes is a matter of performance and memory management. For example, the SparseArray class manages memory more efficiently than HashMap for the reasons I described. When you use SparseArray, you don't have to box the keys. That is, you don't have to wrap primitives in objects.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android触摸实现物体运动方式
  2. 【【【常用的ubuntu第三方工具及android
  3. CSDN精选Android开发博客
  4. Android 中文 API (35) —— ImageSwitcher
  5. Android最佳性能实践(一)——合理管理内
  6. ubuntu NDK 的安装
  7. My Android成长之路(四)——【xml解析之X
  8. Android EditText不弹出软键盘
  9. Sending email without user interaction
  10. android 使用Lottie实现Android动画