Android: Make Lazyloading Listview From Gson Available Without Internet
I've just implemented GSON to Fedor's LazyLoading ListView. That means the app saves the downloaded images and texts from the web to the external storage though an ImageLoader clas
Solution 1:
Look, you need to have the data in your application so that you can call them when no internet connection is available...
When you are getting the data save it somewhere in your application.Then pass the data in your Adapter
..
The images will not be downloaded again...
In Fedor's lazylist the url of the images are static but here they are coming dynamically.
Hope this will help you.
Post a Comment for "Android: Make Lazyloading Listview From Gson Available Without Internet"