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
When you change orientation, android restart your activity, you need to save the estate with
onSaveInstanceState
and recover with
savedInstanceState