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.:
imagesFolder = File.DirRootExternal & "/images"
if i try it with a website link, for example.:
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