Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个对话框,两个 DialogFragments,我想显示第一个,然后当用户选择一些选项时,第二个(某种向导类似的行为)。按下后退按钮时,有什么方法可以从第二个对话框返回到第一个对话框。如何以最简单的方式做到这一点?
提前感谢您的帮助。
您可以向您的对话框添加一个 setOnDismissListener 并根据需要启动一个新对话框。
我建议不要创建对话框,而是创建活动。
顺便说一句,您知道您可以创建活动并将它们显示为对话框吗?将样式 parent="android:Theme.Dialog" 应用到您的活动中,您将能够在没有技巧的情况下很好地做您想做的事情