搜索资源列表
PictureDemo
- Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解: 将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of me
Universal-Image-Loader
- Android-Universal-ImageLoader类库及实例,看下截图就明白了,可以以列表的方式显示图片缩略图,并显示加载效果,Android对图片的相关处理模块,类库完整,参考价值大。-Android-Universal-ImageLoader libraries and examples, see next screenshot to understand, the way the list can display pictures thumbnails and show the e