What do you use for compose navigation?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  2. simple-stack

    [ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).

    Well I'm personally still relying on Simple-Stack with fragments for my navigation needs, having integration with stuff like DialogFragments is quite useful.

  3. compose-navigation-reimagined

    🌈 Type-safe navigation library for Jetpack Compose

  4. compose-destinations

    Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

  5. CircuitFood

    Experimenting with Circuit to make a massively scalable app that is a joy to work on.

    My playground is here: https://github.com/JohnBuhanan/CircuitFood

  6. Decompose

    Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

    I use Decompose, although I also have a kmp project which that supports. I find the compose extensions providing a very easy API when integrating with compose.

  7. tivi

    Discontinued Tivi is a TV show tracking Android app, which connects to trakt.tv

    It's definitely the most verbose part of our app and one of the weakest parts of the Jetpack library. We used https://github.com/chrisbanes/tivi for some inspiration on how to organize your navigation structures.

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. simple-stack-compose-integration

    [ACTIVE/BETA] Compose integration for Simple-Stack.

    However, it's worth noting that thanks to a guy named @matejdro we are working on a pure-Compose version, in which setup has been reduced to

  10. accompanist

    A collection of extension libraries for Jetpack Compose

    So you're going to get support for Parcelables in argument passing, animation support without having to fear crashes, and if you drink the ScopedServices koolaid you even get to get DI with lifecycle management and scope inheritance.

  11. safer-navigation-compose

    Discontinued Type-safe extension library for the official Jetpack Compose Navigation library with Serializable data classes support. [GET https://api.github.com/repos/uragiristereo/safer-navigation-compose: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Are Fragments in Android going to be deprecated in favor of Jetpack Compose?

    6 projects | /r/androiddev | 23 Apr 2023
  • Which navigation library for compose do you suggest?

    5 projects | /r/androiddev | 2 Jan 2023
  • ViewModel: for UI business, not UI operations 😮

    7 projects | /r/androiddev | 21 Dec 2022
  • Building Blocks: The Philosophy Behind AtomicKit for Jetpack Compose

    4 projects | dev.to | 26 Apr 2025
  • Compose Navigation Reimagined 1.4.0 released

    2 projects | /r/androiddev | 27 Mar 2023

Did you know that Kotlin is
the 17th most popular programming language
based on number of references?