Skip to main content

All Questions

0 votes
1 answer
92 views

Android Studio Navigation- bottom menu does not work

I am using the following in android studio View binding Navigation The bottom menu when clicked the app does not go to new destination Here is the code: App level build.gradle file: buildscript { ...
Nazir's user avatar
  • 223
1 vote
0 answers
293 views

Android app crashing after migrating to Jetpack View Binding (Using BottomNavigationView with Navigation Component)

I am migrating an Android app from Kotlin synthetic to Jetpack ViewBinding. App is having a Bottom Navigation View with Navigation graph setup. But when I try to navigate from the underlying fragment ...
Bipin Vayalu's user avatar
  • 3,145