Dialog box disappears during orientation change in fragment

后端 未结 3 1060
余生分开走
余生分开走 2020-12-21 06:15

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

3条回答
  •  旧巷少年郎
    2020-12-21 07:14

    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.

提交回复
热议问题