AsyncTask

The AsyncTask class enables the performance of background operations and the publishing of operation results on the application UI thread without the burden of managing handlers and threads. AsyncTask is best used in situations where short operations need to be run. The computations of an AsyncTask run on a background thread and their results are published to the UI thread.  You can find out more about AsyncTask here: https://developer.android.com/reference/android/os/AsyncTask.html.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.237.164