Android Question I Need help in image array

teddybear

Well-Known Member
Licensed User
hello everybody
I have this line in my code
Dim bitmaps As List = Array("11.jpg", "22.jpeg","33.jpg", "44.jpg", "22.jpeg")

But I need to use online image
like "http://www.b4x.com/basic4android/images/SS-2012-08-29_12.55.42.png"

I need to get it in array

PLZ HELP
You can put url of online image into the list,
such as Dim bitmaps As List = Array(""http://www.b4x.com/basic4android/images/SS-2012-08-29_12.55.42.png", ...)
Then you can do anything you want to do.
 
Last edited:
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
see;
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Look this video tutorial from @Erel , it just do what you need and it can teach you even other things:
Resumable Subs Tutorial
Then we are always here to help you in what it's not clear.
 
Upvote 0
Top