Marketcloud / marketcloud-android-sdk

Android SDK for Marketcloud API

Home Page:http://www.marketcloud.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please note that this project is no longer maintained.

Marketcloud SDK for Android™

Marketcloud is a mobile-first e-commerce backend as a service. To use this SDK in order to build your own Android application, you have to subscribe to Marketcloud's backend (right now in beta).

How to use

The SDK has been published on JCenter.

In order to use it, add this line to your module's build.gradle dependencies:

compile 'com.marketcloud.sdk:Marketcloud-Android-SDK:0.9.15'

The latest stable version of the SDK is 0.9.15; newer versions may be uploaded to the SDK maven repository, but the latest stable is 0.9.15.

Sample application

A sample application, realised using the SDK, has been published in this repo.

License

  1. Android™ is a copyright of Google Inc. and is used here according to the Legal Notice.

  2. For the SDK:

    Copyright 2015 Marketcloud

    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0
    

    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.

HTTPS##

Right now, the https protocol is not available. It will be released soon.

Additional
  1. Special thanks to Android Async Http for the network library.

  2. Check the NOTICE.txt file for any additional copyright notice.

About

Android SDK for Marketcloud API

http://www.marketcloud.it


Languages

Language:Java 100.0%