An Oddworks device client SDK for Android Mobile, Tablet, Amazon Fire TV, and more. Check out Odd Networks for more information.
<dependency>
<groupId>io.oddworks</groupId>
<artifactId>device-sdk</artifactId>
<version>{version}</version>
</dependency>
or Gradle:
repositories {
maven {
url 'http://oddnetworks.bintray.org/maven'
}
}
dependencies {
compile 'io.oddworks:device-sdk:{version}'
}
See android.guide.oddnetworks.com
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
Apache 2.0 © Odd Networks