droidplanner
MvRx
droidplanner | MvRx | |
---|---|---|
- | 7 | |
617 | 5,821 | |
0.5% | 0.3% | |
0.0 | 4.7 | |
over 2 years ago | 18 days ago | |
Java | Kotlin | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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.
droidplanner
We haven't tracked posts mentioning droidplanner yet.
Tracking mentions began in Dec 2020.
MvRx
-
Android State Managment
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
-
I ported the Spotify Mobius GitHub wiki to GitHub Pages + MkDocs with light and dark modes. I just created the issue and filed the PR. Let's see what happens!
This looks great! Semi-related question... have you evaluated other MVI frameworks like Mavericks / Uniflow / Orbit? What made you decide on Mobius?
-
Is there a way to create composition-scoped view model?
https://airbnb.io/mavericks/#/jetpack-compose?id=creating-a-mavericksviewmodel
-
What is wrong with MVVM?
Everything in MVI is just more code that does nothing (see how most MVI frameworks are basically just a wrapper over state.value = state.copy() like in Orbit or MvRx which you wouldn't even need if you used combiners) and instead adds unnecessary constraints over MVVM that don't help you at all. The "sealed class inputs" are basically a reinvention of calling interface functions except you create classes for it, despite there being no asynchronicity when you have a View -> ViewModel communication.
-
A case against the MVI architecture pattern
Airbnb doesn't use MVI, we use MVVM via https://github.com/airbnb/mavericks
-
Mavericks, Meet Jetpack Compose
Check out the latest dagger sample from the repo. Dagger recently added assisted injection into the core library so you can now integrate the two without adding assisted inject!
- Mavericks (previously know as MvRx) now supports Jetpack Compose
What are some alternatives?
Twidere-Android
orbit-mvi - A simple MVI framework for Kotlin Multiplatform and Android
Piclice
Etar Calendar - Android open source calendar
Awesome Campus - Jiangxi Normal University Android App
FeedEx - Flym News Reader is a light Android feed reader (RSS/Atom)
Foodium - 🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).
MaterialAudiobookPlayer - Minimalistic audiobook player
architecture-samples - A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
HackerNews - An open source Hacker News client for Android.
Material NavigationView for Android 📱 - 📱 Android Library to implement Rich, Beautiful, Stylish 😍 Material Navigation View for your project with Material Design Guidelines. Easy to use.