I am using the Android Jetpack Navigation component. My code has 3 tabs and a BottomNavigationView that is following NavigationAdvancedSample of google.
Is there any way that I can change the tab from Home->Leaderboard when I clicking on the About button like when I perform click to Leaderboard on BottomNavigationView?
Thank you in advance!