Skip to content

Model-View-Intent for Android using architecture components

Notifications You must be signed in to change notification settings

GAumala/mvi-android

Repository files navigation

MVI

Small collection of classes useful for implementing the Model-View-Intent design pattern in Android apps.

Install

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.GAumala:mvi-android:1.0'
}

About

Model-View-Intent for Android using architecture components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages