SaaSHub helps you find the best software and product alternatives Learn more →
Simple-stack-compose-integration Alternatives
Similar projects and alternatives to simple-stack-compose-integration
-
-
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.
-
simple-stack
[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
-
-
compose-destinations
Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
-
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
event-emitter
[ACTIVE] The event emitter allows you to register multiple observers, but enqueue events while there are no observers.
-
ViewPropertyObjectAnimator
Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
-
-
-
Compose-Image
🚀🏞💪 Collection of Images, Modifiers, utility functions for Jetpack Compose to expand and enrich displaying, manipulating, scaling, resizing, zooming, and getting cropped ImageBitmap based on selection area
-
Butterfly
Butterfly - A full-featured navigation framework that supports Activity、Fragment and Compose (by ssseasonnn)
-
-
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework (by badoo)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
simple-stack-compose-integration discussion
simple-stack-compose-integration reviews and mentions
-
The navigation compose library is the most confusing thing I've tried to learn in a while.
Yup, that's why we're working on https://github.com/Zhuinden/simple-stack-compose-integration/ to make it as simple as backstack.goTo(SomeScreenKey(arg1, arg2)) instead of this navController.navigateTo("some/screen&arg1=${UrlEncoder.encode(arg1.toBase64())} stuff. If you are working on an Android app that will always be on Android-only, why would you inherit limitations from Kotlin Multi-platform?
-
Should I use fragments with Jetpack Compose?
We have https://github.com/Zhuinden/simple-stack-compose-integration/ but the fact that I'd normally prefer to use fragments kinda holds it back
-
Are Fragments in Android going to be deprecated in favor of Jetpack Compose?
Simple-Stack-Compose https://github.com/Zhuinden/simple-stack-compose-integration
-
What do you use for compose navigation?
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
-
ViewModel: for UI business, not UI operations 😮
And ,yes, although not being made for Compose, also Simple stack :)
-
What's the Current State of Android Development™?
i'd love to recommend simple-stack-compose-integration but i never wrote this missing link
-
4 reasons Jetpack Compose is better than XML
Using any of the 5 prominent community alternatives is a better approach (even though most people hoping to use the docs as if it was like, written for stable code, will muck around with their apps crashing if the user inputs a & symbol). I have this thing but I'd consider taking a look at https://github.com/adrielcafe/voyager or maybe https://github.com/olshevski/compose-navigation-reimagined
-
How to migrate an existing app to compose?
If you're deadset on full compose navigation I'd check out Zhuinden`s simple-stack-compose-integration
-
What is the thing you most struggle with when using Jetpack Compose?
I'm almost tempted to use multiple ComposeViews, but I'm definitely not using 1 ComposeView N composables any time soon, even though technically I have the code to support it.
-
java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels until it is added to the NavController's back stack
Yea I also have https://github.com/Zhuinden/simple-stack-compose-integration but I saw that I really need to put in the work to have the LocalLifecycleOwner etc set up for a given key 🤔
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jun 2025
Stats
Zhuinden/simple-stack-compose-integration is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of simple-stack-compose-integration is Kotlin.
Popular Comparisons
- simple-stack-compose-integration VS safer-navigation-compose
- simple-stack-compose-integration VS navigator
- simple-stack-compose-integration VS simple-stack
- simple-stack-compose-integration VS navigation-compose-typed
- simple-stack-compose-integration VS voyager
- simple-stack-compose-integration VS event-emitter
- simple-stack-compose-integration VS compose-navigation-reimagined
- simple-stack-compose-integration VS Decompose
- simple-stack-compose-integration VS compose-destinations
- simple-stack-compose-integration VS Decompose