How to populate GridView if Internet not available but images already cached to SD Card
- by Sophie
Hello I am writing an Application in which i am parsing JSON Images and then caching into SD Card.
What I want to do ?
I want to load images into GridView from JSON (by caching images into SD Card), and wanna populate GridView (no matter Internet available or not) once images already downloaded into SD Card.
What I am getting ?
I am able to…