Skip to content

jshvarts/MosbyMVI

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages