is there something like dialog's order in Android?
I explain what I mean.
There is a dialog builder with "OK"-Button. When user press ok, dialog will be closed.
Wenn I call more than one dialogs after each other in an activity, I see first the last one, then next to last and so on. But I would like to see first the first dialog, then the second, then ...
Is there the possibility for that?
Or is it possible not to call second dialog until first dialog isn't closed?
Mur