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

Latest commit

 

History

History
11 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 351 Bytes

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