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)