memtrip / android-mvi

Android MVI design pattern in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVI Design pattern

A production ready Kotlin example of the Android MVI (model view intent) pattern, a render/layout mechanism is used to provide high unit test coverage throughout the reactive plumbing.

How to navigate the code

  • Start by reviewing the Model/Render unit tests in src/test/java
  • Get the big picture from the MVI pattern interfaces at: https://github.com/memtrip/mxandroid
  • See the pattern in action at EntryActivity -> EntryModel -> EntryView

The app in Google play

https://play.google.com/store/apps/details?id=com.consistence.pinyin

About

Android MVI design pattern in Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%