Dear friends, please for advice,
I have this code:
but sometimes I lost internet connection and then I get this error (my app crashed):
please how can I edit my code?
Best regards
p4ppc
I have this code:
B4X:
j.Initialize("", Me)
j.Download("http://something.com/something.php")
Wait For (j) JobDone(j As HttpJob)
but sometimes I lost internet connection and then I get this error (my app crashed):
java.io.FileNotFoundException: /data/user/0/my.app.mobile/cache/18: open failed: ENOENT (No such file or directory)
please how can I edit my code?
Best regards
p4ppc