IoTgo Android App is a client app which is intended to be used with IoTgo or other IoTgo instances.
IoTgo Android App is developed using HTML5 and Cordova, and it is almost identical to IoTgo Web App bundled in IoTgo Github repo.
- Node.js: An asynchronous JavaScipt event driven framework, and yes, JavaScript on the server!
- Bower: A package manager for the web, optimized for the front-end.
- Cordova CLI: The command line tool to build, deploy and manage Cordova-based applications.
- Android SDK
Get IoTgo Android App source code from github.com
git clone https://github.com/itead/IoTgo_Android_App
Change directory to IoTgo Android App and install dependencies.
cd IoTgo_Android_App/www && bower install
Change directory back to IoTgo Android root and build apk
cd .. && cordova build android
The resulting apk which is named by CordovaApp-debug.apk
is located at IoTgo_Android_App/platforms/android/ant-build
.