Bottom Navigation in Jetpack Compose Android
This post is about how to add bottom navigation in Jetpack Compose using navigation compose. Creating New Project 1 . Create a new project by going to File ⇒ New Android Project, select Empty Compose Activity, provide app name and then finally click on finish. 2 . Open app-level build.gradle file and under the dependencies section add the below navigation-compose …