My DataBase contains 1000's of images on server , I have to display these images in ListView in Android. I have to develop similar List like that in the Flipcart app(If User Scroll then download Images) and store a local copy in SQlite and display from that SQlite database.
(In future if connectivity would not be there then also I would be able to run my app) because Images will be available in SQlite.
Please suggest proper Solution for that. Use of loaderManager or something else please suggest