Giter Club home page Giter Club logo

levelup-sdk-android's Introduction

LevelUp SDK Android

The LevelUp SDK for Android provides client-server communication with the LevelUp web service.

See It in Action

The easiest way to get started using the SDK is to look at our sample app. It's easy to check out the code:

git clone [email protected]:TheLevelUp/levelup-sdk-sample-android.git

Using the SDK

For documentation about the LevelUp platform and SDKs, see the LevelUp developer site. For Android library-specific code-level documentation, see the documentation for the Deeplink Auth Library and Core Library.

Including the SDK

Make sure mavenCentral() or jcenter() are in your top-level build.gradle:

allprojects {
    repositories {
        mavenCentral()
    }
}

Then add the SDK components to your app project's build.gradle:

dependencies {
    compile('com.scvngr:levelup-sdk-android-core:2.1.2@aar') { transitive = true }
    compile('com.scvngr:levelup-sdk-android-deeplink-auth:2.1.2@aar') { transitive = true }
}

You can omit the @aar and { transitive = true } if you're not using Gradle 1.12; these are only needed to work around a bug in that version.

SDK development

If you're developing the SDK itself, you can publish to your local Maven repository by adding mavenLocal() to the repositories block. Run levelUpCoreLib:installArchives and levelUpDeeplinkAuthLib:installArchives to publish the necessary build artifacts locally.

You can also include the SDK as a git submodule and use its projects directly; see settings-example-submodule-usage.gradle.

To use Sonatype -SNAPSHOT builds, use the following in the repositories { section:

maven { url 'https://oss.sonatype.org/content/groups/public' }

To use Sonatype staged builds not published to Maven Central:

maven { url 'https://oss.sonatype.org/content/groups/staging' }

Developer Terms

By enabling LevelUp integrations, including through this SDK, you agree to LevelUp's developer terms.

License

Copyright (C) 2014 SCVNGR, Inc. d/b/a LevelUp

Except as otherwise noted, the LevelUp SDK for Android is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

levelup-sdk-android's People

Contributors

xxv avatar jameswald avatar shoofle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.