Android Utils Boilerplate

Welcome to Android Utils Boilerplate!

The purpose of this project it's simple, provide boilerplate code for common android development.

Install

Add the dependency to your build system or download the jar from Sonatype.

<dependency>
    <groupId>io.github.axxiss</groupId>
    <artifactId>android-utils-boilerplate</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

Usage

TODO

License

TBD