Android
The Aidlab Android SDK offers a seamless way to integrate your Aidmed One and Aidlab with Android applications, facilitating communication and data retrieval.
Access the most recent example and implementation reference on our GitHub.
Installation
Insert the following line into your module's
build.gradle
file within the dependencies block, replacing<latest version>
with the current SDK version:implementation 'com.aidlab:sdk:<latest version>'
Target API level 25 (Android 7.1 Nougat) or higher as the minimum SDK to ensure compatibility.
With updates to Android's privacy policies, ensure the correct Bluetooth permissions are set in your
AndroidManifest.xml
.