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