Backendless android sdk

Android SDK used by developers to provide Backendless API in apps.

License

License

GroupId

GroupId

com.backendless
ArtifactId

ArtifactId

android
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Backendless android sdk
Android SDK used by developers to provide Backendless API in apps.
Project URL

Project URL

http://backendless.com
Source Code Management

Source Code Management

https://github.com/Backendless/Android-SDK.git

Download android

How to add to project

<!-- https://jarcasting.com/artifacts/com.backendless/android/ -->
<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>android</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.backendless/android/
implementation 'com.backendless:android:3.1.0'
// https://jarcasting.com/artifacts/com.backendless/android/
implementation ("com.backendless:android:3.1.0")
'com.backendless:android:jar:3.1.0'
<dependency org="com.backendless" name="android" rev="3.1.0">
  <artifact name="android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.backendless', module='android', version='3.1.0')
)
libraryDependencies += "com.backendless" % "android" % "3.1.0"
[com.backendless/android "3.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Backendless SDK for Java and Android Build Status

Welcome to Backendless! In this document you will find the instructions for getting up and running with Backendless quickly. The SDK you downloaded contains a library (jar file) with the APIs, which provide access to the Backendless services. These services enable the server-side functionality for developing and running mobile and desktop applications. Follow the steps below to get started with Backendless:

  1. Create Developer Account. An account is required in order to create and manage your Backendless backend. You can login to our console at: http://backendless.com/develop
  2. Locate Application ID and API Key. The console is where you can manage the applications, their configuration settings and data. Before you start using any of the APIs, make sure to select an application in the console and open the "Manage" section. The "App Settings" screen contains the application ID and API keys, which you will need to use in your code.
  3. Open Backendless Examples. The SDK includes several examples demonstrating some of the Backendless functionality. The /samples folder contains an IDEA project file (AndroidSampleApps.ipr) combining all the samples.
  4. Copy/Paste Application ID and API Key. Each example must be configured with the application ID and API key generated for your application.
  5. Run Sample Apps.

Setting up your app

Maven Integration

The backendless client library for Android and Java is available through the central Maven repository. Since the version of Backendless deployed to maven changes frequently, make sure to lookup the latest version number from Maven Central. To add a dependency for the library, add the following to pom.xml (make sure to replace "VERSION FROM MAVEN" with a specific version number):

<dependency>
  <groupId>com.backendless</groupId>
  <artifactId>backendless</artifactId>
  <version>VERSION FROM MAVEN</version> 
</dependency>

Gradle Configuration

To configure Backendless library in Gradle, add the following line into the "dependencies" element in gradle.build ((make sure to replace "VERSION FROM MAVEN" with a specific version number):

dependencies {

 compile 'com.backendless:backendless:VERSION FROM MAVEN'

}

com.backendless

Backendless

Backendless is a mobile Backend as a Service (mBaaS) platform which developers use to speed up app development between 50 to 100%.

Versions

Version
3.1.0
3.0.25
3.0.6
3.0.5
3.0.3
3.0.0
2.0.1
1.16
1.1
1.0