ConstraintLayout-JetpackCompose
voyager
Our great sponsors
ConstraintLayout-JetpackCompose | voyager | |
---|---|---|
2 | 10 | |
3 | 904 | |
- | - | |
10.0 | 5.1 | |
4 months ago | 7 days ago | |
Kotlin | Kotlin | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ConstraintLayout-JetpackCompose
voyager
-
Why compose multiplatform don't get more popular?
If I were to start a project right now, I'd use https://github.com/adrielcafe/voyager although, it doesn't support Web Canvas or iOS yet I don't think.
-
Which navigation library for compose do you suggest?
Voyager has some bugs (apparently SavedStateHandle doesn't work and the PR is open since Nov 24), Appyx is nice but I hear it's laggy (but honestly, everything in Compose is laggy all the time, so if you use Compose, that's pretty standard tbh), I don't know enough about Navigation-Reimagined to tell you, Compose-Destinations is a codegenerator over Navigation-Compose so you drag in Accompanist-Navigation to have basic screen transitions which is pre-alpha tech.
-
ViewModel: for UI business, not UI operations 😮
Voyager
-
voyager VS Appyx - a user suggested alternative
2 projects | 19 Sep 2022
-
What's the Current State of Android Development™?
https://github.com/adrielcafe/voyager/issues/42 open since January
-
The State of Navigation in Jetpack Compose
I recently tried Voyager, and unfortunately I ran into this issue: https://github.com/adrielcafe/voyager/issues/42
Yes, I've checked (it doesn't). I've also read AndroidScreenLifecycleOwner's source code, and I don't see a way for it to ever go to the ON_PAUSE state.
-
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
-
voyager VS compose-navigation-reimagined - a user suggested alternative
2 projects | 4 Feb 2022
-
Talking about the problems of Jetpack Compose with Gabor Varadi
So it doesn't matter that I have a simpler one, for Navigation-Compose, I say "i don't care what you use as long as it's not Navigation-Compose", you could even use https://github.com/adrielcafe/voyager and it's a much more solid option.
What are some alternatives?
compose-navigation-reimagined - 🌈 Type-safe navigation library for Jetpack Compose
Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
compose-destinations - Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
compose-richtext - A collection of Compose libraries for advanced text formatting and alternative display types.
compose-shared-element - Experiment with SharedElement transition in Jetpack Compose, inspired by Flutter Hero widget.
MapCompose - A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
useCompose - Headless @Composable hooks that drive UI logic. Inspired by React.
Appyx - Model-driven navigation for Jetpack Compose
SpotifyCompose - Spotify UI written on Jetpack Compose
kotlin-composable-architecture - Companion for the Swift Composable Architecture. A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
simple-stack-compose-integration - [ACTIVE/BETA] Compose integration for Simple-Stack.
compose-safe-args - Missing safe arguments generator for Compose Navigation