codelab-android-navigation icon indicating copy to clipboard operation
codelab-android-navigation copied to clipboard

<fragment> should not be used

Open mehmetgr06 opened this issue 3 years ago • 0 comments

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.

mehmetgr06 avatar Apr 03 '22 15:04 mehmetgr06