Get cache image in slip mode

How can I get a bitmap image from the cache in the glide path, as a universal image downloader?

Here is an example. In the universal image downloader we can do this.

String mCache = MemoryCacheUtil.generateKey (uri, getImageSize (imageView));

return mImageLoader.getMemoryCache (). get (mCache);

+4
source share

All Articles