0

I want to create a pop up window from my dialog with out closing dialog. While I create pop up window from dialog.The pop up window comes under the dialog and can't see that.Is there a way for create a popup window over dialog box.

2 Answers2

0

The only thing I can think of is starting an activity as a dialog like here and in that activity you should be able to start a normal dialog.

Community
  • 1
  • 1
Ayoub
  • 341
  • 1
  • 13
0

You can call/create another alert dialog inside this dialog and this will appear above the current one

Vikas Rathod
  • 374
  • 2
  • 14