Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

about Android source…

#Android性能相关知识

#第一:郭霖博客的相关性能优化文章:http://blog.csdn.net/guolin_blog

  1. Android最佳性能实践(一)——合理管理内存 http://blog.csdn.net/guolin_blog/article/details/42238627

2.Android最佳性能实践(二)——分析内存的使用情况 http://blog.csdn.net/guolin_blog/article/details/42238633

3.Android最佳性能实践(三)——高性能编码优化 http://blog.csdn.net/guolin_blog/article/details/42318689

4.Android最佳性能实践(四)——布局优化技巧 http://blog.csdn.net/guolin_blog/article/details/43376527

#第二:Gracker博客的相关性能优化文章:http://androidperformance.com/

1.Android内存优化之一:MAT使用入门 http://androidperformance.com/2015/04/11/AndroidMemory-Usage-Of-MAT.html

2.Android内存优化之二:MAT使用进阶 http://androidperformance.com/2015/04/11/AndroidMemory-Usage-Of-MAT-Pro.html

3.Android内存优化之三:打开MAT中的Bitmap原图 http://androidperformance.com/2015/04/11/AndroidMemory-Open-Bitmap-Object-In-MAT.html

4.Android代码内存优化建议-Java官方篇 http://androidperformance.com/2015/07/20/Android-Performance-Memory-Java.html

5.Android代码内存优化建议-Android官方篇 http://androidperformance.com/2015/07/20/Android-Performance-Memory-Google.html

6.Android代码内存优化建议-Android资源篇 http://androidperformance.com/2015/07/20/Android-Performance-Memory-AndroidResource.html

7.Android代码内存优化建议-OnTrimMemory优化 http://androidperformance.com/2015/07/20/Android-Performance-Memory-onTrimMemory.html

#第三:胡凯翻译的Android官方性能文章:http://hukai.me/

1.Android性能优化之渲染篇 http://hukai.me/android-performance-render/

2.Android性能优化之运算篇 http://hukai.me/android-performance-compute/

3.Android性能优化之内存篇 http://hukai.me/android-performance-memory/

4.Android性能优化之电量篇 http://hukai.me/android-performance-battery/

5.Android性能优化典范 - 第2季 http://hukai.me/android-performance-patterns-season-2/

6.Android性能优化典范 - 第3季 http://hukai.me/android-performance-patterns-season-3/

7.Android内存优化之OOM http://hukai.me/android-performance-oom/

8.Android开发最佳实践 http://hukai.me/android-dev-patterns/

#第四:优秀性能优化文章

1.Android性能优化之如何避免Overdraw http://www.jianshu.com/p/145fc61011cd

2.Android应用开发性能优化完全分析 http://blog.csdn.net/yanbober/article/details/48394201

3.Android UI性能优化实战 识别绘制中的性能问题 http://blog.csdn.net/lmj623565791/article/details/45556391

4.Android内存优化杂谈 http://android.jobbole.com/82248/

5.Andriod性能优化之列表卡顿——以“简书”APP为例 http://blog.csdn.net/zhaokaiqiang1992/article/details/49951095

6.加速你的Android应用 http://gold.xitu.io/entry/563ae1b560b216575c53c3d6

7.检测和解决Android应用的性能问题 http://www.devtf.cn/?p=939

8.使用Systrace分析UI性能 http://www.devtf.cn/?p=1117

9.正确使用Android性能分析工具——TraceView http://bxbxbai.github.io/2014/10/25/use-trace-view/

  1. 10 条提升 Android 性能的建议 https://realm.io/cn/news/droidcon-farber-improving-android-app-performance/

11.用 LeakCanary 检测内存泄漏 https://realm.io/cn/news/droidcon-ricau-memory-leaks-leakcanary/

12.Android中优化列表流畅性的方法 https://www.zybuluo.com/shark0017/note/182514

#第五:Android 性能测试实践

1.Android 性能测试实践《1》 https://testerhome.com/topics/2572

2.Android 性能测试实践《2》 https://testerhome.com/topics/2574

3.Android 性能测试实践《3》 https://testerhome.com/topics/2583

4.Android 性能测试实践《4》 https://testerhome.com/topics/2643

#第六:内存泄露

1.内存泄露从入门到精通三部曲之基础知识篇 http://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=400674207&idx=1&sn=a9580ca0dffc62a6d7dbb8fd3d7a2ef1

2.内存泄露从入门到精通三部曲之排查方法篇 http://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=400891536&idx=1&sn=0b6c629b0abe4a359d6552cd244c0c0c

3.内存泄露从入门到精通三部曲之常见原因与用户实践 http://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=401107957&idx=2&sn=4b95bcfedd762b987ec57f60f80b1f94

2.使用Android studio分析内存泄露 http://www.jianshu.com/p/c49f778e7acf