All Questions
2 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 {
...
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 ...