Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created April 26, 2022 01:34
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 skydoves/ba5302c06ffd9d873fabe2623944be50 to your computer and use it in GitHub Desktop.
Save skydoves/ba5302c06ffd9d873fabe2623944be50 to your computer and use it in GitHub Desktop.
bottom_nav_activity_example
val navHostFragment =
supportFragmentManager.findFragmentById(R.id.nav_host_fragment) as NavHostFragment
val navController = navHostFragment.navController
findViewById<BottomNavigationView>(R.id.bottom_nav).setupWithNavController(navController)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment