I\'ve an application that you can show and close several Dialogs with:
showDialog(...) removeDialog(...)
I play a little bit with the applicati
For SDK version < 8, if you return null in onCreateDialog you get Exception java.lang.IllegalArgumentException.