I want download image from web but if I put this code in createitem function
I got this error
Resumable subs return type must be ResumableSub (or none).
Can anyone help me?
B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("https://xxxxx.000webhostapp.com/picf/g.png")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
''''''''''
Resumable subs return type must be ResumableSub (or none).
Can anyone help me?