Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.03 KB

best-performance.md

File metadata and controls

39 lines (19 loc) · 1.03 KB

性能优化

编写:kesenhoo - 原文:http://developer.android.com/training/best-performance.html

下面的这些课程会介绍如何提升应用的性能,如何尽量减少电量的消耗。

如何减少内存的占用。

如何提高应用的响应性与电池的使用效率。

如何提升UI的性能。

如何优化电量的消耗。

如何通过多线程分拆任务来提高程序性能。

如何避免ANR。

如何高效的使用JNI。

优化多核处理器架构下的Android程序。