Android Basic AsyncTask
AsyncTask In Android Complete Guide | Android App Development
In this article, I’m going to cover almost everything that you need to know about Android AsyncTask class. So basically, AsyncTask is an abstract class which gives us the ability to perform heavy operations in the background and keeps the UI thread free. For example: downloading a file from the Read more…