ViewNavigation
Manage multiple views on the same activity/fragment without having to call "setVisibility()" multiple times (by WilderMinds)
voyager
🛸 A pragmatic navigation library for Compose Multiplatform (by adrielcafe)
ViewNavigation | voyager | |
---|---|---|
1 | 15 | |
2 | 2,909 | |
- | 2.3% | |
0.0 | 6.7 | |
about 4 years ago | 4 months ago | |
Kotlin | Kotlin | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
ViewNavigation
Posts with mentions or reviews of ViewNavigation.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Too many instances of "View.setVisibility(...)"?
Check out the full implementation here!
voyager
Posts with mentions or reviews of voyager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-28.
-
The Fread Project is Now Open Source, Based on Kotlin Multiplatform and Compose Multiplatform
voyager: For navigation
-
Day 54. Voyager issue
My initial thought was that I might have sent incorrect parameters in koinViewModel() and Voyager didn't recognize the parameters as being different. I converted the models to data classes, which should have prevented this behavior. However, this didn't resolve the issue. I found a solution in the Voyager sample with Koin integration:
- Building a subscription tracker Desktop and iOS app with compose multiplatform
-
Kotlin Routing - routing everything
KMP use cases increasing, developers migrating or creating your projects to KMP, no routing system or navigation available to KMP (Except Voyager), that was the opportunity to create one.
- Are Fragments in Android going to be deprecated in favor of Jetpack Compose?
-
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
What are some alternatives?
When comparing ViewNavigation and voyager you can also consider the following projects:
Cicerone - 🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.
Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
loading-layout - :repeat: A wrapper view for your layout's different loading states.
compose-navigation-reimagined - 🌈 Type-safe navigation library for Jetpack Compose
Multi-Module-Nextflix-Composable - Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
PreCompose - Compose Multiplatform Navigation && State Management