android / codelab-android-navigation

Apache License 2.0
634 stars 275 forks source link

<fragment> should not be used #120

Open mehmetgr06 opened 2 years ago

mehmetgr06 commented 2 years ago

In navigation_activity.xml fragment tag should not be used. "fragment" tag allows a fragment to move beyond the state of its FragmentManager. Instead, FragmentContainerView should be used.