Android Application Development Guide
This guide presents the features of the Thing-IF SDK with some sample code. Please check the Javadoc for the detailed explanation on the features.
Please follow these guides to start implementing your application on Android.
Integrate the SDK and prepare your development environment
Follow Quick Start to set up the Thing Interaction Framework, local development environments, and push notification environments.
Implement the initialization code
Follow Initializing and Onboarding to implement the initialization code of the Kii Cloud SDK and Thing-IF SDK into your application. Also bind the Thing with the Android device.
Implement further to leverage the Thing Interaction Framework features
Implement your application by Executing Commands, Triggers, and Browsing States. See Functional Model for the overview of these features.
We recommend reading Implementation Guidelines before you start the actual implementation.