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
  • Appwrite - The open-source backend cloud platform
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • Mergify - Updating dependencies is time-consuming.
  • 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.

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

  • 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

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • 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