Sunday, February 14, 2016

Loaders 1.0.0

First release of Loaders library is now available on github and bintray.

Including in Android Studio/Gradle

buildscript {
    repositories {
        jcenter()
    }
}

dependencies {
    compile 'mobi.tjorn.content:loaders:1.0.0'
}

The above will include classes, sources and API docs.  For more details visit the project's github page.