A fully "functional" an easy to use android utility library!
Current version of EasyUtils library:
//project gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
...
//App gradle
compile 'com.github.Xstar97:EasyUtils:"LATEST_VERSION"'
This project contains a fully implemented library example and a apk's to try out the library!