Search code examples
Android - passing data from AsyncTask to Activity...


javaandroidandroid-asynctask

Read More
Difference between AsyncTask and Thread/Runnable...


androidmultithreadingandroid-asynctaskrunnableandroid-threading

Read More
What is the purpose of calling super class's method while overriding a method?...


javaandroid-asynctask

Read More
Optimize mysql DB execution using JDBC in Android...


javaandroidmysqljdbcandroid-asynctask

Read More
Simulate slow network on Android simulator...


androidandroid-asynctaskandroid-emulator

Read More
Android using Splash Screen to load heavy Main data...


androidasynchronousoptimizationandroid-asynctasksplash-screen

Read More
How to do tasks like HttpURLConnection in the background of a app using Java in Android Studio?...


javaandroidandroid-studioandroid-asynctaskhttpurlconnection

Read More
Showing a Toast message from AsyncTask using Kotlin...


androidkotlinandroid-asynctaskandroid-context

Read More
CURLTask abstract method doInBackground(String...) override in AsyncTaskextension does not override?...


androidandroid-asynctask

Read More
java.lang.String cannot be converted to JSONArray from Okhttp...


androidjsonandroid-asynctaskokhttp

Read More
Showing inputstream file read progress with AsyncTask...


javaandroidandroid-asynctaskprogress-barinputstream

Read More
Error converting result java.lang.NullPointerException: lock == null...


androidjsoneclipseandroid-asynctasknullpointerexception

Read More
Make ListView Scroll Smoothly...


androidlistlistviewandroid-asynctask

Read More
What do you use for long running tasks since Loaders and AsyncTask have been deprecated?...


androidmultithreadingandroid-asynctaskbackground-processasynctaskloader

Read More
How to return ArrayList from AsyncTask to another class?...


javaandroidandroid-asynctaskftp-client

Read More
Run the tasks in background ( AsyncTask )...


androidmultithreadingandroid-asynctaskbackground-thread

Read More
Class Doesn't Return A MutableMap Object...


androidkotlinandroid-asynctaskmutablemap

Read More
Java/android how to start an AsyncTask after 3 seconds of delay?...


javaandroidandroid-asynctask

Read More
Android AsyncTask with Jsoup crashes on release version...


javaandroidandroid-asynctaskjsoup

Read More
Application not responding when i press the back button...


javaandroidandroid-asynctask

Read More
Stop the onPostExecute of an Async Task in java...


javaandroidandroid-studioandroid-asynctaskcancellation

Read More
SQLite not inserting record instantly...


androidsqliteandroid-asynctaskandroid-sqlite

Read More
how to use of Asynctask with sockets...


androidsocketsandroid-asynctask

Read More
Calling constructor class with sets and gets sharedpreferences from an asyncTask (can't pass con...


androidmemory-leaksandroid-asynctaskandroid-contextweak-references

Read More
Xamarin development with AsyncTask being deprecated...


androidxamarinandroid-asynctasktask

Read More
Android async task doesn't change ui...


javaandroidandroid-asynctask

Read More
progress dialog displays after task is finished in asynctask...


androidandroid-asynctaskprogressdialogtelnet

Read More
How does AsyncTask work one process to another one?...


javaandroidandroid-asynctask

Read More
Handler vs AsyncTask vs Thread...


androidmultithreadingandroid-asynctaskandroid-handler

Read More
onPostExecute runs before doInBackground method is finished...


javaandroidandroid-asynctask

Read More
BackNext