Skip to content
/ SelfImageLoader Public template

线程池异步加载图片,可LIFO,可FIFO加载,四级缓存(README有效果动态图)

Notifications You must be signed in to change notification settings

aiceking/SelfImageLoader

Repository files navigation

LIFOandFIFOImageLoader

线程池异步加载图片(对图片进行压缩,内存控制)

实现原理:http://blog.csdn.net/qq_20082063/article/details/76060403

可LIFO加载(后进先出)快速滑动时,优先加载当前页面显示的图片,防止等待

可FIFO加载(先进先出)

四级缓存(内存缓存,磁盘缓存,文件缓存,网络缓存)

Image text

About

线程池异步加载图片,可LIFO,可FIFO加载,四级缓存(README有效果动态图)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages