resaca
Compose Multiplatform library to scope ViewModels to a Composable, surviving configuration changes and navigation (by sebaslogen)
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable. (by JetBrains)
resaca | compose-multiplatform | |
---|---|---|
4 | 96 | |
534 | 17,819 | |
2.1% | 1.2% | |
9.4 | 9.3 | |
15 days ago | 7 days ago | |
Kotlin | Kotlin | |
MIT License | Apache License 2.0 |
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.
resaca
Posts with mentions or reviews of resaca.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-21.
- Dagger 2.43 released with support for multiple instances of the same ViewModel using keys 🎉
-
Resaca Hilt: ViewModel instances per composable via Hilt
The library is here: https://github.com/sebaslogen/resaca/tree/main/resacahilt
-
Every Composable deserves a ViewModel
Sounds good! assuming it works and doesn't leak of course ;) Here's the Github link which wasn't very clear from the article: https://github.com/sebaslogen/resaca
- Compose rememberScoped: Scoping objects to a Composable' lifecycle
compose-multiplatform
Posts with mentions or reviews of compose-multiplatform.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-11.
-
Understanding file associations in JVM apps
So, to add file associations, we need to be able to pass both the .properties file and the --file-associations option. At the time of writing this article, the org.jetbrains.compose plugin doesn't provide such a mechanism. There is an open issue on GitHub that describes a possible workaround, which, unfortunately seems to not work on macOS.
-
Compose cannot be used for large amount of text
JetBrains has a simplified example of a general-purpose Compose text viewer here: https://github.com/JetBrains/compose-multiplatform/blob/master/examples/codeviewer/shared/src/commonMain/kotlin/org/jetbrains/codeviewer/ui/editor/Editor.kt
-
[Compose Multiplatform] Disable a button according to a list of flow values

- Compose Multiplatform 1.5.0-beta01
-
Timeline with Scrollbar in LazyColumn Compose
Compose for desktop has a scrollbar component available. You probably can't use that directly on Android, but you could probably steal most of its code.
- How good is Compose Multiplatform in production especially in creating Desktop apps?
-
Kotlin for a desktop App
My company uses https://github.com/JetBrains/compose-multiplatform to make a desktop app in Kotlin. It's amazing and fantastic. It's basically as mature as using Kotlin in an Android app.
-
Kamel v0.5.0 released with Kotlin Native and JS support
Kamel is an asynchronous media loading library for Compose Multiplatform.
-
Ksoup - Kotlin Multiplatform HTML Parser ⚡
Kotlin Compose Multiplatform is the way to do Desktop apps. https://github.com/JetBrains/compose-multiplatform
-
JetBrains Compose is now Compose Multiplatform
As for missing controls, a common one is a grid. They have built in grids, but again they are built for Android and don't make any sense in a desktop app. There is no simple way to create an Excel-like Data Grid like you might see in Windows Forms, although it can be done. https://github.com/JetBrains/compose-multiplatform/issues/344.
What are some alternatives?
When comparing resaca and compose-multiplatform you can also consider the following projects:
jetpack_compose_country_code_picker - Jetpack Compose Country Code Picker
javafx-examples - A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.
jetTaskBoard - A clone of Android Trello app with adaptive UI built using Jetpack compose.
Jetpack-Compose-Playground - Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
ComposeCookBook - A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
tornadofx - Lightweight JavaFX Framework for Kotlin