Top "Android-asynctask" questions

Use for questions on android.

Should I call super.onPostExecute(result) in Android AsyncTask?

I wonder if it has any meaning to call super.onPostExecute(result) or super.onPreExecute in Android AsyncTask? I have …

android android-asynctask
Android: Realm access from incorrect thread. Realm objects can only be accessed on the thread they were created

So inside a IntentService, the app maybe active or inactive , onHandleIntent gets called , where I have placed this below code.…

android android-asynctask realm android-thread
Cancel AsyncTask when user presses back button

I have an AsyncTask in which I show a ProgressDialog in the onPreExecute, and hide it again in onPostExecute, something …

android android-asynctask progressdialog cancel-button
Android: SSLException I/O error during system call, Connection timed out

I have a function in my android code which send data to the web service using KSOAP. I am able …

android android-asynctask ksoap2 sslexception
How do I make my animation smoother Android

I have an app that has a ball running across the screen. When the ball is halfway the application records …

java android multithreading android-asynctask ondraw
How to check user entered own phone number in EditText?

Mobile number will be entered in an edittext by user on registration page in my Android application. How can I …

android android-asynctask sms telephony android-broadcast
Android: visible ListView images flicker when adding data to ArrayAdapter

I have a custom adapter which extends ArrayAdapter, it implements the view holder patterns to show data (text + image) from …

android android-listview android-asynctask android-adapter cwac-endless
SecurityException: Caller no longer running

I am facing below issue in Android O and above when trying to run my JobIntentService, I am having a …

android android-asynctask job-scheduling jobintentservice