Hey! I have an Activity with two fragment nav hos...
# android-architecture
a
Hey! I have an Activity with two fragment nav hosts each with its own nav graph. This activity needs to be able to frequently change the fragment one of these hosts displays with another fragment from its graph. How can i achieve that? There's deep linking but i want to leave it as a last resort.