Hi. I want to build a kind of master detail view when the screen is big enough. does anyone have experience using navigation component (single activity) with this layout.
1. how do i get the navController in both fragments
2. how is the xml layout lookin g (e.g. navController)
3. which structure would be best if we need some screens with/without toolbar and/or tablayout with viewpager
• activity (with toolbar and or tablayout -> hide/show) -> masterFragment | detailFragment
• activity -> containerfragment (with toolbar and or tablayout) -> masterFragment | detailFragment
thanks for the help / discussion