Android: Can i show multiple Dialogs one over another? Is there something like Dialog Z-Level?
Is it possible to show multiple Dialogs one over another? Is there something like Dialog Z-Level? I am using DialogFragment where user chooses elements, when he comfirms his choice, it is saved to database and sent on server. if the save action fails I would like to inform user with ... another dialog is it possible? And will it not clear off my first dialog? Thanks in advance. Indeed, it's possible to show multiple dialog Fragments one inside another one. The z-order depends on the order they are created. In the code below there is an example of a FragmentActivity with the behavior that you