Is it possible to use pictures direct from web ?
i use now:
would like to use eg:
but as long i use last line my app crashes
i use now:
B4X:
Dim img As ImageView = Tiles_JE1.AddImageResize("Im2", "b4j.png", xui.Color_DarkGray, 70dip, 70dip)
B4X:
Dim img As ImageView = Tiles_JE1.AddImageResize("Im2", "https://www.mysite.com/my.png", xui.Color_DarkGray, 70dip, 70dip)