pascalbianca
Member
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.:
if i try it with a website link, for example.:
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
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"
B4X:
imagesFolder = "http://www.abcdef.nl/uploads/pics_fotogallery"
Is it possible with code to do this or must it be totaly changed, because i like this code