Cache images for offline Android use

I am currently using the Picasso library to load and cache images from my list, but it only keeps the cache for a while. I also tried Universal Image Loader but the same problem persists, images are only available sometime. Can anyone tell me how WhatsApp, Gmail, Google Inbox, etc. Cache images for offline use. Whether they are using some libraries or custom code to cache / save images ... Please guide!

+3


source to share





All Articles