I am overriding the onCreateDialog and onPrepareDialog methods or the Dialog class.
I have followed the example from Reto Meier\'s Professional Android Application Devel
If you don't want the activity to be recreated when orientation changes. Insert the following line in the AndroidManifest.xml.
android:configChanges="keyboardHidden|orientation
example: