12/02/18 Deprecated: Use Android's ViewModels (Architecture Components) instead.
28/06/16 Deprecated: this library is no longer maintained. Use Together MVP as an alternative.
Activity presenters that are retained across configuration changes
Add the maven repo url to your build.gradle
:
repositories {
maven { url "https://raw.github.com/laenger/maven-releases/master/snapshots" }
}
Add the library to the dependencies:
dependencies {
compile "biz.laenger.android:claus:0.0.4-SNAPSHOT"
}