MVP Framework
https://jitpack.io/#tinggu/QuickMVP
Add it to your build.gradle with:
repositories {
maven { url "https://jitpack.io" }
}and:
dependencies {
compile 'com.github.tinggu.QuickMVP:mvp-common:1.1.1'
compile 'com.github.tinggu.QuickMVP:mvp-lce:1.1.1'
compile 'com.github.tinggu.QuickMVP:mvp-rx:1.1.1'
}