I'm trying to download image from web. For single image I downloaded successfully. But I want to download more images with multithreading. Any tutorials or leads regarding this will be helpful to me.
Asked
Active
Viewed 67 times
0
-
So you did a search with Google and weren't able to find anything? – Giulio Piancastelli Feb 07 '14 at 10:15
-
[Lazy Loading](http://stackoverflow.com/q/541966/3264399) is the best – user3264399 Feb 07 '14 at 10:18
2 Answers
1
As for me, simplest way to do to this - use some third-party library with caching system and post-processing. Most popular is:
1) Picasso from Square team
2) Universal Image Loader

Viacheslav
- 5,443
- 1
- 29
- 36