Android Client SDK Documentation

Android Client

Android SDK is an Android Service wrapping the Kaltiot Smart Gateway. The Android SDK can be a separate .apk file that must be installed on your Android device or it can be built from sources into your application. The .apk contains KaltiotSmartGateway Service that implements Android's bound service Messenger interface. The KaltiotSmartGateway runs on the background and takes care of the connection handling. Accessing the KaltiotSmartGateway is done using our Android Service API called KaltiotSmartGatewayApi.

Sources

Android Service API source repository

Example

Android Application Sample source repository