B4A Library ImageDownloader

Hi.
I can create first library in mac :)
this library can download image from url and show it in imageview
the important point is we cache file and next download use cache file and not download
example :
B4X:
Dim imagedownload1 As ImageDownloader
 imagedownload1.LoadImage("http://www.google.com/images/srpr/logo11w.png",ImageView1)

if you dont see image in imageview,set background picture example blank white screen
 

Attachments

  • Libraries.zip
    38.9 KB · Views: 258
Top