0

I have a listview with images that I populate and successfully cache the images.These images get downloaded using the URL I get from the JSON response parsing.I am trying to read all the images from the cache and want to display it in the listview when my app is OFFLINE.How do I do this?

Insane Skull
  • 9,220
  • 9
  • 44
  • 63
  • You can do a bit laborious work make a DB and save your response data and check if device is offline and you have data in db fetch it from db and display it in your adapter – Usman Kurd Feb 02 '16 at 09:48
  • 1
    You can get answer at end of the link: http://stackoverflow.com/questions/25968252/how-to-use-universal-image-loader-offline-caching – rmammadli Feb 02 '16 at 09:55

0 Answers0