Pass data between destinations using Navigation in Android
This post is about how to pass data between destinations using Android Jetpack Navigation. Use Safe Args to pass data The Navigation component has a Gradle plugin called Safe Args that generates simple object and builder classes that enable type-safe navigation and argument passing between destinations. Safe Args is strongly recommended for navigating and […]
Pass data between destinations using Navigation in Android Read More »
