1
0
mirror of https://github.com/sunflower-zyb/Blog.git synced 2025-06-08 15:34:38 +08:00
Blog/A/Android Performance Patterns.md
Zhang 2cbdf27a5a Create Android Performance Patterns.md
Android性能优化典范
2016-02-23 09:42:46 +08:00

22 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#Android Performance Patterns.md
Google发布了关于Android性能优化典范的专题帮助开发者创建更快更优秀的Android App。课程专题不仅仅介绍了Android系统中有关性能问题的底层工作原理同时也介绍了如何通过工具来找出性能问题以及提升性能的建议。
[Android性能优化典范](http://hukai.me/android-performance-patterns/)
主要从三个方面展开Android的渲染机制内存与GC电量优化。
[Android性能优化典范 - 第2季](http://hukai.me/android-performance-patterns-season-2/)
包括的内容大致有电量优化网络优化Wear上如何做优化使用对象池来提高效率LRU CacheBitmap的缩放缓存重用PNG压缩自定义View的性能提升设置alpha之后View的渲染性能以及LintStictMode等等工具的使用技巧
[Android性能优化典范 - 第3季](http://hukai.me/android-performance-patterns-season-3/)
这次一共12个短视频课程包括的内容大致有更高效的ArrayMap容器使用Android系统提供的特殊容器来避免自动装箱避免使用枚举类型注意onLowMemory与onTrimMemory的回调避免内存泄漏高效的位置更新操作重复layout操作的性能影响以及使用BatchingPrefetching优化网络请求压缩传输数据等等使用技巧。
[Android性能优化典范 - 第4季](http://hukai.me/android-performance-patterns-season-4/)
文章共17个段落包含的内容大致有优化网络请求的行为优化安装包的资源文件优化数据传输的效率性能优化的几大基础原理等等。
[Android性能优化之电量篇](http://hukai.me/android-performance-battery/)