0

I want to load the images from the url while the program starts and save it in a file ....

then i have to access the file and retrieve the images from the file ...

the loading of images should not create time delay .....

Venkatesh S
  • 5,466
  • 1
  • 25
  • 30

1 Answers1

1

There is an open source lazy image loader for android. With this loader you can download and save the images and use it later on if you already downloaded it.

Here is the Link for this StackOverFlow Question... Hope it helps !

Community
  • 1
  • 1
osayilgan
  • 5,873
  • 7
  • 47
  • 68