1. What are the four AsyncTask methods used in Android application development? | ![]() |
2. What is the purpose of the onPreExecute() method in AsyncTask? | ![]() |
3. How is the doInBackground() method used in AsyncTask? | ![]() |
4. When is the onProgressUpdate() method called in AsyncTask? | ![]() |