Android Question Load images from website folder.

Hello everyone,

I'm using a code from this tutorial https://www.b4x.com/android/forum/threads/scrollview-example.6612 and it works like a charm in my program.

Now i was wondering , is it possible to load images from a webpage?
If i look to your code begin post.:
B4X:
imagesFolder = File.DirRootExternal & "/images"
if i try it with a website link, for example.:
B4X:
imagesFolder = "http://www.abcdef.nl/uploads/pics_fotogallery"
I get a mesage that there is no image folder found.
Is it possible with code to do this or must it be totaly changed, because i like this code :)
 
Top