Skip to content

DroiPlatform/DroiBaaS-SDK-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 

Repository files navigation

DroiCoreSDK

A library provides you to use powerful DroiBaaS cloud service from your Android app. DroiCore SDK is foundation library of DroiBaaS. For more information, see DroiBaaS.

Using DroiCoreSDK

Installation

Android

The easiest way to use DroiCoreSDK is with gradle. Add the following lines to your build.gradle.

  1. Add DroiCoreSDK maven repository

    repositories {
    	mavenCentral()
    	maven {
    		url "https://github.com/DroiBaaS/DroiBaaS-SDK-Android/raw/master/"
    	}
    }
  2. Add dependencies

    compile 'com.squareup.okhttp3:okhttp:3.0.1'
    compile 'com.droi.sdk:droi-baas-android-sdk:+'

Using DroiCoreSDK in your Android code

  1. Add ApplicationID, PlatformID and ChannelID into your AndroidManifest.xml

```
  1. Before using any DroiCoreSDK, please call Core.initialize(this); first.

Example Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published