This is android client library for Cloudengine. It provides wrapper APIs around the REST interfaces provided by the CloudEngine server.
Clone the project in your (Eclipse) workspace.
git clone [email protected]:cloudengine/Android-SDK.git
Add the project as an Android library dependency to your application's project properties from Eclipse. If you're running CloudEngine on your own server, you'll need to change the server names in the CloudEngineEndPoints.java file.
CloudEngine uses socketio for implementing push notifications. The library currently uses a fork of socket.io-java-client for implementing socketio client for android. The socketio library is included in the libs folder for convenience and is automatically linked with the application when the sdk library is added to your project.
Complete documentation is available at - http://getcloudengine.com/docs/android
For discussions, questions and support use Github issue tracking
You may also want to [follow cloudengine on twitter] twitter.
See the LICENSE file for more info.