A simple library for android Model View Presenter architecture.
- Add it in your root
build.gradle
at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
- Add the dependency in your module-level
build.gradle
dependencies {
compile 'com.github.lamphuong223:simple-mvp:0.2.1'
}
//TODO : add doc