Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.6 KB

best-performance.md

File metadata and controls

31 lines (19 loc) · 1.6 KB

性能优化

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

These classes and articles help you build an app that's smooth, responsive, and uses as little battery as possible.

How to keep your app's memory footprint small in order to improve performance on a variety of mobile devices.

How to optimize your app's performance in various ways to improve its responsiveness and battery efficiency.

How to identify problems in your app's layout performance and improve the UI responsiveness.

How to minimize the amount of power your app requires by adapting to current power conditions and performing power-hungry tasks at proper intervals.

How to improve the performance and scalability of long-running operations by dispatching work to multiple threads.

How to keep your app responsive to user interaction so the UI does not lock-up and display an "Application Not Responding" dialog.

How to efficiently use the Java Native Interface with the Android NDK.

Tips for coding Android apps on symmetric multiprocessor systems.