Android
AND-401 · Question #139
Which of the following AsyncTask methods is NOT executed on the UI thread?
The correct answer is C. publishProgress(). See the full explanation below for the reasoning.
Question
Which of the following AsyncTask methods is NOT executed on the UI thread?
Options
- AonPreExecute()
- BonPostExecute()
- CpublishProgress()
- DonProgressUpdate()
How the community answered
(35 responses)- A6% (2)
- B14% (5)
- C77% (27)
- D3% (1)
Community Discussion
No community discussion yet for this question.