How to use AsyncTask in Android
How to use AsyncTask in Android
Hi today i’ll show you how to use AsyncTask in Android which is a very important feature. AsyncTask is nothing but a feature provided in Android SDK so that any task can be executed asynchronously.
In android AsyncTask is very heavily used to properly utilize UI thread. It means in android tasks are executed using AsyncTaskso that UI thread could not get affected by that thread. This class allows…
View On WordPress














