Android Jetpack compose Navigation

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 […]

Bottom Navigation in Jetpack Compose Android Read More »

Android Navigate with arguments in Jetpack Compose

This post is about how to pass arguments/data between composable destinations and add optional arguments using Navigation compose. Let’s understand how to pass data between composable destinations and add optional arguments with the help of examples. Creating New Project 1 . Create a new project by going to File ⇒ New Android Project, select Empty Compose Activity,

Android Navigate with arguments in Jetpack Compose Read More »