Android
The Aidlab Android SDK connects Android apps to Aidlab, Aidlab 2, and Aidmed One. See the latest example on GitHub.
Installation
Add to your module
build.gradledependencies, replacing<latest version>:gradleimplementation 'com.aidlab:sdk:<latest version>'Set
minSdkVersionto 28 (Android 9) and target the current Android SDK.Ensure correct Bluetooth permissions in
AndroidManifest.xml(per current Android privacy requirements).