Universal-Image-Loader(UIL)使用方法&流程图&源码分析 ----- 未完
GitHub源码: Android-Universal-Image-Loader
Features
- Multithread image loading (async or sync) 多线程加载(同步或异步)
- Wide customization of ImageLoader's configuration (thread executors, downloader, decoder, memory and disk cache, display image options, etc.)
- 高度可定制( 线程池, 下载器, 内存和硬盘缓存, 显示图片选项 )
- Many customization options for every display image call (stub images, caching switch, decoding options, Bitmap processing and displaying, etc.)
- 每次 显示图片 都有很多定制选项 ( 暂停图片加载,重新开始加载图片,一般使用在ListView,GridView中,滑动过程中暂停加载图片,停止滑动的时候去加载图片 )
- Image caching in memory and/or on disk (device's file system or SD card) 图片缓存在内存或者硬盘(设备文件系统 or SD卡)
- Listening loading process (including downloading progress) 监听加载过程(包括下载过程)
Android 2.0+ support