B4i Library [Class] ImageDownloader

This class helps with downloading multiple images and setting them to multiple ImageViews.

It is similar to B4A ImageDownloader class: https://www.b4x.com/android/forum/t...-simple-way-to-download-images.30875/#content

Using it is simple, you just need to create a map that maps between the ImageViews and the links with the images and it will download the images and set them.
You can call Download multiple times with different maps.

Note that ImageDownloader object should usually be referenced with a global variable.
 

Attachments

  • ImageDownloader.zip
    4.9 KB · Views: 451

susu

Well-Known Member
Licensed User
Longtime User
Note: This class can not deal with file name contains space.
 
Top