In one of my activities I\'m using AsyncTask. In doInBackground() I\'m making calls to various methods. In one of these methods I\'m getting an exc
AsyncTask
doInBackground()
You can display it in a method, that has access to the UI thread like onPreExecute(), onProgressUpdate() and onPostExecute()
onPreExecute()
onProgressUpdate()
onPostExecute()