navigation3

Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.

Android JVMJVMKotlin/NativeWasmJS
GitHub stars5900
Authorsandroidx
Open issues
LicenseApache License 2.0
Creation datealmost 6 years ago

Last activity5 days ago
Latest release1.1.0-alpha05 (5 days ago)

navigation3

Navigation 3 is a new navigation library designed to work with Compose.

[API Reference]

Declaring dependencies

To add a dependency on navigation3, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Kotlin

dependencies {
    implementation("androidx.navigation3:navigation3-runtime:1.1.0-alpha02")
    implementation("androidx.navigation3:navigation3-ui:1.1.0-alpha02")
}
Groovy
dependencies {
    implementation "androidx.navigation3:navigation3-runtime:1.1.0-alpha02"
    implementation "androidx.navigation3:navigation3-ui:1.1.0-alpha02"
}

For more information about dependencies, see Add build dependencies.

Issue tracker

Issue Tracker

Android JVMJVMKotlin/NativeWasmJS
GitHub stars5900
Authorsandroidx
Open issues
LicenseApache License 2.0
Creation datealmost 6 years ago

Last activity5 days ago
Latest release1.1.0-alpha05 (5 days ago)

navigation3

Navigation 3 is a new navigation library designed to work with Compose.

[API Reference]

Declaring dependencies

To add a dependency on navigation3, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Kotlin

dependencies {
    implementation("androidx.navigation3:navigation3-runtime:1.1.0-alpha02")
    implementation("androidx.navigation3:navigation3-ui:1.1.0-alpha02")
}
Groovy
dependencies {
    implementation "androidx.navigation3:navigation3-runtime:1.1.0-alpha02"
    implementation "androidx.navigation3:navigation3-ui:1.1.0-alpha02"
}

For more information about dependencies, see Add build dependencies.

Issue tracker

Issue Tracker

Survey iconComplete survey to improve klibs.io ↗
Let’s go