Skip to content

Show how to use MVI design pattern with Coroutines' flow on Android

License

Notifications You must be signed in to change notification settings

Saranomy/DemoAndroidMVI

Repository files navigation

DemoAndroidMVI

This project demonstates how MVI can be used in Android project using Coroutines' flow.

MVI (Model-View-Intent) is a unidirectional/circular data flow, where a user makes an Intent, then the Intent updates a Model, and changes the state of the View.

Read More

About

Show how to use MVI design pattern with Coroutines' flow on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages