ImageLoader-master is an image loading framework, mainly used LruCache 、 DiskLrucache and ThreadPoolExecutor
ImageLoader mImageLoader=ImageLoader.build(this);
mImageLoader.bindBitmap(uri,imageView,width,height);
ImageLoader-master is an image processing framework, mainly used LruCache 、 DiskLrucache and ThreadPoolExecutor
Java