Free Best Android Tutorial Course Online For Beginners
Android UI Thread Asynchronous Part -3
Android UI Thread Asynchronous Part -3 What is asynctask in android? It is an abstract class provided by Android which gives us the liberty to perform tasks in the background and keep the UI thread light thus making the application more responsive. AnsycTask enables easy use of the UI Read more…