Kizspy | Question: 19
(Choose 1 answer)
Which of the following correctly describes the purpose of the onProgressUpdate() method in an AsyncTask?
A. To perform long-running operations in the background
B. To publish progress updates to the UI thread
C. To initialize the task before execution
D. To handle the results of the background computation