Our great sponsors
-
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-destinations
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
-
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.
-
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.
-
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
-
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.
Related posts
- Are Fragments in Android going to be deprecated in favor of Jetpack Compose?
- Which navigation library for compose do you suggest?
- ViewModel: for UI business, not UI operations 😮
- Compose Navigation Reimagined 1.4.0 released
- JeroKit: Handle navigation, permission, back press, soft input mode, etc. directly from viewModel