I am showing a ProgressDialog in the onPreExecute method of an AsyncTask object and canceling the ProgressDialog in the onPostExecute
ProgressDialog
onPreExecute
onPostExecute
In my case I have used
android:configChanges="orientation"
but it did not work for me
Following is working fine