Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Android SDK is an Android Service wrapping the Kaltiot Smart Gateway. The Android SDK is delivered as an 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.

...

Android Application Sample source repository