Computer Science, asked by honeygarg9473, 1 year ago

How asynctask is useful? how it is different from normal thread?

Answers

Answered by jecquiline
3
it is useful for setting
Answered by Anonymous
7

AsyncTask enables proper and easy use of the UI thread. This class allows performing background operations and publishing results on the UI thread without having to manipulate threads and/or handlers.

Similar questions