Android
The Aidlab Android SDK offers a seamless way to integrate Aidmed One and Aidlab with Android apps, facilitating communication and data retrieval. 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 (Aidlab SDK builds with target/compile SDK 34).Ensure correct Bluetooth permissions in
AndroidManifest.xml(per current Android privacy requirements).