So I am not a very experience Android programmer, so please be gentle with me :)
I am trying to create an app that uses fragements and from within one of these fragm
Try to use DialogFragment instead. It restarts after orientation change. You need to extend this class as shown on documentation, and use it to show dialog.