Android – Cancel AsyncTask in Android

I assume you have already used AsyncTask, If you haven’t used or know about it then read my article on What is AsyncTask or visit read official documentation on AsyncTask. While using AsyncTask, many times you might have faced a situation where you have a case where you want to stop the AsyncTask process by … Continue reading Android – Cancel AsyncTask in Android