Hi
i want to release and close runnig http job(HttpUtils2) In Activiy_Pause
This code should close running Job when the activity paused !
But after leaving the activity,When job completed back to activity
(No ProgressBar And Not Use Service for result )
i want to release and close runnig http job(HttpUtils2) In Activiy_Pause
B4X:
Sub Activity_Pause (UserClosed As Boolean)
HTTP_Info.Release
End Sub
This code should close running Job when the activity paused !
But after leaving the activity,When job completed back to activity
(No ProgressBar And Not Use Service for result )