Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.2k views
in Technique[技术] by (71.8m points)

android - How to open a dialog fragment immediately after new fragment navigation

I have a FragmentA and want to replace with FragmentB. Once navigated to FragmentB, I want to immediately open a full screen DialogFragment and upon dismissing should show below fragment(FragmentB)

I am calling the DialogFragment inside init{} of FragmentB's Presenter class.

The problem here is, I see FragmentB's layout for fraction of seconds until Dialog is opened. The experience should be like,

A -> B immediately open the Dialog fragment without seeing B's layout -> dismiss dialog -> see Fragment B

Any ideas/solution to get above behaviour?thanks


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...