您的位置:首页 > 移动开发 > Android开发

android有效显示图片Displaying Bitmaps Efficiently

2016-02-01 16:35 531 查看
This comes from andriod developer.

Learn how to use common techniques to process and load
Bitmap
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: