How to make nested graph like android jetpack compose navigation? #408
Unanswered
KangTaeJong98
asked this question in
Q&A
Replies: 2 comments 4 replies
-
You can add a component to Child Stack, and that component can also use Also see the example. DefaultCountersComponent defines its own stack. It is used in DefaultRootComponent in outer stack. We can say that DefaultCountersComponent's graph is nested inside DefaultRootComponent. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I'm late. Thank you for your answer :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is what I want.
https://developer.android.com/guide/navigation/design/nested-graphs
I have to separate feature module and encapsulation navigation. Just open navGraph and protect navigation.
Beta Was this translation helpful? Give feedback.
All reactions