Android 培训

性能优化

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

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

Managing Your App's Memory

如何减少内存的占用。

Performance Tips

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

Improving Layout Performance

如何提升UI的性能。

Optimizing Battery Life

如何优化电量的消耗。

Sending Operations to Multiple Threads

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

Keeping Your App Responsive

如何避免ANR。

JNI Tips

如何高效的使用JNI。

SMP Primer for Android

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