GAumala / mvi-android

Model-View-Intent for Android using architecture components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%