An easy Clean Architecture Framework library.(fork of CA) Related project: Android-CleanArchitecture, Android Architecture Blueprints and MVP
Practice Sample: DE-MVP-Clean
Import on gradle using:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.enuoCM:CA2:v1.1.3'
}