Hi,
i'm using httpUtils2 to download some pics in the Main Activity
but if i started other activity before all jobs (in the Main Activity) complete every jobdone execute start the main activity again !
the problem reason is that httputils2 using service and always active while downloading
and once the download finish it call the main activity (job_done)
that make main activity start if its paused
any idea to fix it ?
i'm using httpUtils2 to download some pics in the Main Activity
but if i started other activity before all jobs (in the Main Activity) complete every jobdone execute start the main activity again !
the problem reason is that httputils2 using service and always active while downloading
and once the download finish it call the main activity (job_done)
that make main activity start if its paused
any idea to fix it ?