Skip to content

flipbitsolutions/Android-SDK

 
 

Repository files navigation

Android-SDK

This is android client library for Cloudengine. It provides wrapper APIs around the REST interfaces provided by the CloudEngine server.

Usage

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.

Technical Overview

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.

Documentation & Support

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.

License

See the LICENSE file for more info.

About

Android SDK for CloudEngine

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors