1 min readJul 21, 2020
This depends entirely on your design and your design requirements. Common navigation design pattern I've seen was to only have the BottomNavigationView visible on the main screen, and it would not be shown on any children. The Fragments were just child fragments of the MainFragment, and not top-level destinations.