Skip to content

microBeesTech/android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MicroBees Android SDK

Using the Android SDK you can start in a short time a new Android IoT project from scratch. The Android SDK simplifies the call to the REST API by creating a new activity. This operation will make it easy to communicate with microBees Cloud platform and hardware device. Have fun!

Getting started

These are the simple step you have to do before start coding your Android APP:

  • download the SDK from here;
  • Access the Developer Dashboard and:
    • Create your microBees Application;
    • Get your App ClientID (the API_KEY);

Finally configure your project in accordance with these specifications.

This SDK can be integrated with all other SDKs which you wish to work.

Have fun!