
Android性能优化
snail201211
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android性能优化之内存泄漏
相关文章: 利用 Android Profiler 测量应用性能----官方 https://developer.android.com/studio/profile/android-profiler?utm_source=android-studio (一) 使用 CPU Profiler 检查 CPU Activity 和函数跟踪 https://deve...转载 2018-12-03 16:02:49 · 211 阅读 · 0 评论 -
MAT 使用
Eclipse MAT内存分析工具(Memory Analyzer Tool) https://cloud.tencent.com/developer/article/1361381 MAT使用进阶(使用方法) https://blog.csdn.net/mynamepg/article/details/81560800 ...转载 2019-04-12 11:37:49 · 200 阅读 · 0 评论 -
Android应用开发管理app内存
转自谷歌官网:https://developer.android.google.cn/topic/performance/memory.html#java 管理你的应用程序的内存 随机存取存储器(RAM)是任何软件开发环境中的宝贵资源,但在物理内存经常受到约束的移动操作系统上它更有价值。虽然Android Runtime(ART)和Dalvik虚拟机都执行例行垃圾收集,但这并不意味着您可以忽略...转载 2019-04-16 19:17:35 · 359 阅读 · 0 评论