Compose Navigation
Github repo: doctor-blue/compose-navigation
Compose Navigation
Setup
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.doctor-blue:compose-navigation:1.1.0'
}How to use?
Step 1: Create your screen class and extend it with ComposeScreen class
Step 2: Create a class and implement it with Argument interface. Variables in this class is your argument you wanna pass to other screen.
Step 3: Setup your navigation
Step 4: Navigate to other screen
Note
Want more an example?
Donate
Last updated