when i download something with Httputils and then i move to another activity in my app (before the job is done), the job activity will automatically reopen when the job is done, how can i disable this feature ?
Use a class module or a service to handle all the httputils jobs inside this class. You then can return the result to the right activity (if it still is open)
Use a class module or a service to handle all the httputils jobs inside this class. You then can return the result to the right activity (if it still is open)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.