Hi, i have this code:
In this way i have this message:
if i write the code so:
work.
I dont understand why
B4X:
Dim m As Map
m.Initialize
m.Put(ImageView1, "https://www.devil-app.eu/xxxxxxx/pizzerie/"& m.Get("logo_pizzeria"))
Downloader.Download(m)
In this way i have this message:
Error downloading image: https://www.devil-app.eu/devil-app.eu/pizzerie/<null>
if i write the code so:
B4X:
Dim foto As String = "https://www.devil-app.eu/xxxxxxx/pizzerie/"& m.Get("logo_pizzeria")
Dim m As Map
m.Initialize
m.Put(ImageView1, foto)
Downloader.Download(m)
work.
I dont understand why