All Projects → kanawish → Android Mvi Sample

kanawish / Android Mvi Sample

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

Programming Languages

kotlin
9241 projects

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:

  • Developers making the pivot from an imperative to declarative style of programming.
  • Developers looking for working example of functional or reactive programming on Android.

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:

  • Kotlin
  • RxJava 2
  • RxBindings
  • RxRelay
  • Retrofit
  • Toothpick DI

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].