mtomczynski / MVI

Pragmatic Unidirectional Data Flow for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pragmatic Unidirectional Data Flow for Android

License:MIT License


Languages

Language:Kotlin 100.0%