Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 274 Bytes

mxandroid

Interfaces for the Android MVI pattern.

For example usage please see the sample project: https://github.com/memtrip/android-mvi

Gradle dependency

dependencies {
    implementation 'com.memtrip.mxandroid:mxandroid:1.0.0'
}