New Compose Multiplatform components arrived on Composables UICheck it out →

Compose Multiplatform library

Navigation Compose

"Navigation Compose" refers to the navigation framework built on top of Jetpack Compose, enabling developers to manage and navigate between different screens and components within Android applications. It simplifies the implementation of navigation patterns such as stack-based navigation, deep linking, and passing data between destinations, promoting efficient and intuitive user experiences.

Installation

dependencies {
  implementation("androidx.navigation:navigation-compose:2.8.0-beta04")
}

Components in Navigation Compose

Discover all components available in Navigation Compose

DialogHost
NavHost