0

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.

user3264399
  • 286
  • 1
  • 13
user3226628
  • 119
  • 1
  • 6

2 Answers2

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,283
  • 1
  • 28
  • 36
0

I'm using this library works fine and has a lot of options

allemattio
  • 1,816
  • 16
  • 30