我有6个不同的DialogFragment
layouts
。这些布局包含不同的Views
,并作为用户指南。
所以DialogFragment
1打开,用户确认(按下按钮)DialogFragment
中写入的内容然后打开下一个等等。
最好的办法是什么?
不同的布局包含Edittex,Buttons,Progressbars,Images,其中一个DialogFragment将启动Service
在Background
中运行以上传数据
我考虑将它们全部作为单独的DialogFragment
,然后在每个replace();
类中使用DialogFragment
方法,如链