Greetings Community,
I have been facing this problem in my apps. Whenever I use http to retrieve data from server in an activity (1), if the request is not done and I move to a different activity (2), when activity (1) job completes, it moves from activity (2) back to activity (1).
Hello I have been using the simple example to download a simple page from a server which is often very slow to respond. Dim j As HttpJob j.Initialize("", Me) j.Download("https://slow-responding-server>/SomeFile.txt") Wait For (j) JobDone(j As HttpJob) If j.Success And IsPaused(Me) = False...
Hello I have been using the simple example to download a simple page from a server which is often very slow to respond. Dim j As HttpJob j.Initialize("", Me) j.Download("https://slow-responding-server>/SomeFile.txt") Wait For (j) JobDone(j As HttpJob) If j.Success And IsPaused(Me) = False...