Skip to content

Instantly share code, notes, and snippets.

@BKinya
Created December 20, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BKinya/3d8f7bc7d7736e61764ddfb7143cc8d8 to your computer and use it in GitHub Desktop.
Save BKinya/3d8f7bc7d7736e61764ddfb7143cc8d8 to your computer and use it in GitHub Desktop.
//navHostFragment
val navHostFragment = childFragmentManager.findFragmentById(R.id.fragment_container_main) as NavHostFragment
//set up bottomNavigationView
rootView.findViewById<BottomNavigationView>(R.id.bottomNavigationView).setupWithNavController(
navController = navHostFragment.navController
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment