Home

Awesome

MVICore

Build Version License

What's this?

MVICore is a modern, Kotlin-based MVI framework:

Documentation

The library comes with lots of powerful capabilities and tooling.

See https://badoo.github.io/MVICore/ for full documentation.

Download

Available through jitpack.

Add the maven repo to your root build.gradle

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

Add the dependencies:

implementation 'com.github.badoo.mvicore:mvicore:{latest-version}'
implementation 'com.github.badoo.mvicore:binder:{latest-version}'
implementation 'com.github.badoo.mvicore:mvicore-android:{latest-version}'
implementation 'com.github.badoo.mvicore:mvicore-diff:{latest-version}'
implementation 'com.github.badoo.mvicore:mvicore-debugdrawer:{latest-version}'

Related articles & videos