android-navigation-example
android-navigation-example copied to clipboard
Question
Hello: I used this example
But I have a question about the Fragment instances
1.When I create a new Destination, I have to create a new Fragment instances, regardless of whether I created it before? Must repeat the onCreateView onActivityCreated methods?
2.Can Fragment be reused?If so, how will I do it?
Thanks