BehnamB94 / androidsdk-sample

Sample Usage of Backtory MBaaS Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backtory Android SDK Sample

Sample usage of Backtory mbaas Android SDK

What's this sample for?

This project shows the recommended way of using backtory-sdk in an Android project. It will be kept updated by the SDK developers.

Building sample

This project currently needs no particular dependency. Just let gradle sync itself. Export an APK and install it on a device to see the backtory-sdk services in action.

Backtory SDK Installation

Put below lines in your module's build.gradle

repositories {
    maven {
        url 'https://dl.bintray.com/pegah-backtory/maven/'
    }
}

and this line to its dependencies segment

compile 'com.pegah.backtory:backtory-android-sdk:<latest-version>'

Latest version: Download

Checkout Backtory Android sdk documentations for more info about sdk installation and using backtory services in Android applications.

About

Sample Usage of Backtory MBaaS Android SDK


Languages

Language:Java 100.0%