1. 首页
  2. 编程语言
  3. 其他
  4. Android图片缓存库UniversalImageLoader.zip

Android图片缓存库UniversalImageLoader.zip

上传者: 2019-09-26 19:39:19上传 ZIP文件 2.48MB 热度 34次
UniversalImageLoader是最早开源的Android图片缓存库,强大的缓存机制。功能特点:支持多线程加载图片(同步或者异步加载)具有很高的定制性每一张图片都有很多备用资源(原始图片、内存缓存、Bitmap等)图片能缓存在外设的SD卡内可以监听到图片加载状态相关信息图片加载流程图:使用示例:ImageLoader imageLoader = ImageLoader.getInstance(); // Get singleton instance// Load image, decode it to Bitmap and display Bitmap in ImageView (or any other view //  which im
用户评论