-2

Hi i wanted to know is their any library in which we pass the URL and the image-view and it checks whether the images is present on device if not, then fetch image from URL and store to device and bind with the view passed. I tried writing the code but once the view is loaded and image is not fetched the images is never fetched in future unless i uninstall the app , i also tried universal image loader library and asynchronous image loader

Ankit
  • 47
  • 7

2 Answers2

1

Picasso is doing all things what you want.

  1. It loads from internet and cache
  2. It loads from cache
  3. It loads from Local File

Read More Here And Here

Community
  • 1
  • 1
Nadeem Iqbal
  • 2,357
  • 1
  • 28
  • 43
0

Try volley library. you have a NetworkImageView I guess. Which fits your need.

Naresh
  • 3,174
  • 1
  • 17
  • 22