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?
Asked
Active
Viewed 39 times
0
-
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
-
1You 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