android有效显示图片Displaying Bitmaps Efficiently

来源:互联网 发布:web前端编程自学难吗 编辑:程序博客网 时间:2024/06/06 02:05

This comes from andriod developer.

Learn how to use common techniques to process and loadBitmap objects in a way that keeps your user interface (UI) components responsive and avoids exceeding your application memory limit. If you're not careful, bitmaps can quickly consume your available memory budget leading to an application crash due to the dreaded exception:

java.lang.OutofMemoryError: bitmap size exceeds VM budget.


Please refer to http://developer.android.com/training/displaying-bitmaps/index.html

0 0
原创粉丝点击