service - Android AsyncTask issue: doInBackground does not execute -


i´m using asynctasks in android app.

when have set service (alarmmanager) via broadcastreceiver , out of application , reopen app, asynctask not execute.

how can fix that? presume there´s threads or tasks not finished, causing kind of issue.

it might because of honeycomb (and before donut) asynctask's executed serially on single thread. have other long running asynctasks may blocking new one?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -