Skip to content

Instantly share code, notes, and snippets.

@itsamirrezah
Created September 26, 2019 08:56
Show Gist options
  • Save itsamirrezah/cab0ce57cf0061f5661111d8a93580b4 to your computer and use it in GitHub Desktop.
Save itsamirrezah/cab0ce57cf0061f5661111d8a93580b4 to your computer and use it in GitHub Desktop.
bottomNavigationView = findViewById(R.id.bottom_nav_view);
NavController navController = Navigation.findNavController(this, R.id.mainNavHost);
NavigationUI.setupWithNavController(bottomNavigationView, navController);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment