I am displaying image’s from web using Image downloading logic from url, I want to image download at first time only, next time onwards don’t download image from web, because First time downloaded image store in cache memory so i display image from cache memory, In case does not exits that image in cache memory, will download otherwise don’t need download that image from web , How is it possible any body guide me ho to so this.?
Thanks in advance.
Go with the solution
Lazy loading list with imagesbecause it does the same trick that you require. i.e. download image once, store it in cache and display as and when it requires.