AsyncTask In Android Examples || Background Process

In this tutorial we will learn how to use AsyncTask class in Android. Running the task in background and updating the UI part of in android using AsyncTask. What is AsyncTask In Android? AsyncTask is class which used to runs the task in background. So we can use this class to perform the task in …

AsyncTask In Android Examples || Background Process Read More »