Daily Archives: 08/16/2018


How to Download Data and Update User Interface Using AsyncTask

AsyncTask is a helper class that makes performing a background task and updating the user interface (UI) painless. The class takes care of the communication between the background thread and the main UI thread. All you have to do is override some methods in the AsyncTask class to perform the […]