Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
/ mvi-coroutines Public archive

MVI pattern on Android using Kotlin coroutines

License

Notifications You must be signed in to change notification settings

brewin/mvi-coroutines

Repository files navigation

This is old. Use Compose instead. https://developer.android.com/jetpack/compose/architecture

Experimental Android app using a very simple Clean+MVI/UDF architecture built on Kotlin coroutines and Kotlin Flow.

  • Unidirectional data flow (Input → Machine → Output (State | Effect))
  • State survives configuration changes and process death

Releases

No releases published

Packages

No packages published

Languages