What do you use for compose navigation?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • compose-navigation-reimagined

    🌈 Type-safe navigation library for Jetpack Compose

  • compose-destinations

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

  • 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

  • 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.

  • tivi

    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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • 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

  • 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.

  • safer-navigation-compose

    Type-safe extension library for the official Jetpack Compose Navigation library with Serializable data classes support.

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