Android/Kotlin
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to build an Android
app that uses HAT APIs you first need to install the HAT API Android library from . To do so you can either manually download the library and add it to your project or you can use maven [link coming soon].
Android studio 3.2
Kotlin 1.3
This guide does not show you how to set up the UI; you have to be able to design a basic UI in order to make everything work.
To manually install the library you have to download the repo from github and add it to your project via drag n drop.
In the top-level gradle file, add the jitpack repository link
In your app level gradle file , implement the library dependency
Sync the project to download the library.
Add internet permission into the AndroidManifest