Dim job As HttpJob
job.Initialize("download",Me)
Dim url As String = "http://192.168.1.10/images/2.jpg"
job.Download(url)
works fine here (the link does not work here though but it compiles fine
B4A 5.02(1) and the httputils are replaced with the new provided with the okhttp library