I am showing a ProgressDialog in the onPreExecute method of an AsyncTask object and canceling the ProgressDialog in the onPostExecute
ProgressDialog
onPreExecute
onPostExecute
Try adding this attribute android:configChanges="orientation" to your Activity element in the AndroidManifest.xml file.
android:configChanges="orientation"
Activity
AndroidManifest.xml