jshvarts / MosbyMVI

Model-View-Intent (MVI) sample app built in Kotlin with Mosby, RxJava and RxBinding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with MVI using Mosby

Build Status

My article covering this repo: Building reactive Android apps with MVI

This repo introduces Model-View-Intent pattern on Android using Mosby.

I've seen some MVI examples that are much more complex (using State Reducers, etc). The problem is they are harder to grasp for a newcomer who just wants to get a sense of what MVI is about. So I decided to create this basic Hello World example implemented with MVI pattern. Hopefully, after seeing this code, for some of you it will "just click" what MVI on Android is all about and it will pave a way for you to build full-featured apps with MVI going forward.

For more details on MVI and how to implement it with Mosby, please read excellent blog post series by Hannes Dorfmann at MVI on Android.

About

Model-View-Intent (MVI) sample app built in Kotlin with Mosby, RxJava and RxBinding

License:Apache License 2.0


Languages

Language:Kotlin 100.0%