Top "Android-asynctask" questions

Use for questions on android.

Android 3.0 - what are the advantages of using LoaderManager instances exactly?

With 3.0 we got the fancy LoaderManager, which handles data loading using the AsyncTaskLoader, the CursorLoader, and other custom Loader instances. …

android android-asynctask android-loadermanager android-cursorloader
Async task does not work properly (doInBackground not executing) when service runs in background, Android

I noticed that sometimes Async task does not work properly , Actually its doInBackground() method does not get called , this happens …

android multithreading service android-asynctask intentservice
Convert AsyncTask to RxAndroid

I have the following method to post response to UI using otto and AsyncTask. private static void onGetLatestStoryCollectionSuccess(final StoryCollection …

android android-asynctask rx-java rx-android
Android setText in asynctask

I'm working on a UDP program but I'm having trouble with applying setText in my asynctask. Basically on the UDP …

android android-asynctask udp settext
How do I use the Eclipse debugger in an AsyncTask when developing for Android?

I'm running ADT (Android Development Tools) in Eclipse and verified that my debugger is working by putting a breakpoint in …

android eclipse debugging android-asynctask adt
Problems in Calling AsyncTask from IntentService

I have created IntentService class and performing asyncTask but getting exception when onPreExecute() is called at this code line pDialog.…

android android-asynctask android-service android-intentservice
ASyncTasks blocking others

I've 2 ASyncTasks, one retrieves a value from an httpPost and the other update some elements of the UI (including an …

android multithreading thread-safety android-asynctask
Unable to add window -- token null is not for an application

hi im trying to inflate an view(B.xml)(which has spinner in it)from a AsyncTask's onPostExecute() in a …

android dialog android-asynctask spinner layout-inflater
Fire event on AsyncTask finished

My app has a login activity and it checks the credentials via an internet website. To do so, I (have …

android interface android-asynctask listener android-event
NetworkOnMainThreadException error in jellybean

I've been trying to get this to work for the last week or so and still have no idea what …

android android-asynctask httpurlconnection onstart networkonmainthread