safer-navigation-compose
Type-safe extension library for the official Jetpack Compose Navigation library with Serializable data classes support. [GET https://api.github.com/repos/uragiristereo/safer-navigation-compose: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by uragiristereo)
navigation-compose-typed
Type-safe arguments for Jetpack Navigation Compose using Kotlinx.Serialization (by kiwicom)
safer-navigation-compose | navigation-compose-typed | |
---|---|---|
3 | 6 | |
16 | 238 | |
- | 0.0% | |
3.4 | 0.0 | |
almost 2 years ago | 4 days ago | |
Kotlin | Kotlin | |
BSD 4-Clause "Original" or "Old" License | 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.
safer-navigation-compose
Posts with mentions or reviews of safer-navigation-compose.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-11.
navigation-compose-typed
Posts with mentions or reviews of navigation-compose-typed.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-03.
- Should I use fragments with Jetpack Compose?
-
Are Fragments in Android going to be deprecated in favor of Jetpack Compose?
You can use this lib which is build on top on navigation compose https://github.com/kiwicom/navigation-compose-typed. Its strong typed
-
What do you use for compose navigation?
Official navigation compose but strong typed https://github.com/kiwicom/navigation-compose-typed
-
Compose only apps question
I'd personally definitely go with compose only, use androidx.navigation and use this https://github.com/kiwicom/navigation-compose-typed to give me the convenience of not having to make the type safe destinations myself. It's a great middle addition to the library from my experience. Oh and for now you'd also need to bring in accompanist navigation for animation support, but that's very straightforward too.
What are some alternatives?
When comparing safer-navigation-compose and navigation-compose-typed you can also consider the following projects:
simple-stack-compose-integration - [ACTIVE/BETA] Compose integration for Simple-Stack.
voyager - 🛸 A pragmatic navigation library for Compose Multiplatform
binance-price-tracking - tracking crypto trading price from binance
accompanist - A collection of extension libraries for Jetpack Compose
Compose-Extended-Colors - 🚀🌈♾ Utility library that expands Compose Colors with Material Design2 colors, color swatches, Material Design 3 Tonal Palettes, color names, and utility functions to convert between HSL, HSV, RGB, HCT models and to HEX or from HEX
Appyx - Model-driven navigation + UI components with gesture control for Compose Multiplatform