Bootstrap

加载缩略图原理

第三方图片加载框架加载缩略图原理
BitmapFactory.decodeStream(imageStream, null, decodingOptions);

设置
decodingOptions.inSampleSize
;