Skip to content

Pragmatic Unidirectional Data Flow for Android

License

Notifications You must be signed in to change notification settings

mtomczynski/MVI

Repository files navigation

Name change, development continues under the Ellipse repo.

🚧 MVI - Model View Intent 🚧

Pragmatic Unidirectional Data Flow for Android

MVI is a library that helps to implement unidirectional data flow in Kotlin using Coroutines in the most simplistic manner possible. All API's are based on extension functions. Thanks to this design choice library plays well with Jetpack Compose or Dagger/Dagger Hilt.