| View HAT Android's documentation | Open a new issue on Github
This library contains all the API calls needed to communicate with the HAT
- Handle user Login
- Request tokens for the user or services like Facebook, Twitter, Fitbit etc
- Read and write data to endpoints
- Upload files
- Check HAT status
For detailed instructions and requirements, see Android Developer's guide.
You can download a jar from GitHub's releases page.
Or use Gradle:
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.hubofallthings.android.hatApi:hat:<latest-version>'
}
Or Maven:
<dependency>
<groupId>com.hubofallthings.android.hatApi</groupId>
<artifactId>hat</artifactId>
<version>0.1.3.3</version>
<type>pom</type>
</dependency>
- Android studio 3.5
- Kotlin 1.3.50