navigationevent

Unified API for system Back and Predictive Back events, simplifying back navigation and predictive gesture support across app components and lifecycles.

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-alpha01 (5 days ago)

navigationevent

The Navigation Event library provides a KMP-first API for handling system back as well as Predictive Back.

[API Reference]

Declaring dependencies

To add a dependency on navigationevent, 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.navigationevent:navigationevent:1.0.1")
}
Groovy
dependencies {
    implementation "androidx.navigationevent:navigationevent:1.0.1"
}

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-alpha01 (5 days ago)

navigationevent

The Navigation Event library provides a KMP-first API for handling system back as well as Predictive Back.

[API Reference]

Declaring dependencies

To add a dependency on navigationevent, 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.navigationevent:navigationevent:1.0.1")
}
Groovy
dependencies {
    implementation "androidx.navigationevent:navigationevent:1.0.1"
}

For more information about dependencies, see Add build dependencies.

Issue tracker

Issue Tracker

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