Android 性能优化读书笔记 Bitmap解码
Posted 郭梧悠
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 性能优化读书笔记 Bitmap解码相关的知识,希望对你有一定的参考价值。
在项目中有如下的代码,使用BitmapFractory.decodeFile
来对Bitmap
进行解码。如下代码所示:
public static Bitmap getSmallBitmap(String filePath)
final BitmapFactory.Options options = new BitmapFactory.Options();
options
以上是关于Android 性能优化读书笔记 Bitmap解码的主要内容,如果未能解决你的问题,请参考以下文章