kanawish / android-mvi-sample

Example MVI implementation, based off of Google's architectural samples.
303 stars 56 forks source link

android-mvi-sample

Example MVI implementation, based off of Google's architectural samples.

Description

This is a sample implementation of the Model View Intent pattern. Full Android examples for MVI are hard to find.

Target audience include, but not limited to:

Here are some articles/examples explaining the core principles of MVI and unidirectional flow:

Key Application Components

Stack

One goal of this repo is to keep things as light as possible. The core libraries used are:

If you require a very lightweight project, and still want to do MVI, it's not unreasonable to think you could do without RxJava. As of writing, RxJava dependencies weighs in at about ~2MB.

Once you grasp the basics, I suggest you explore the following existing libraries: