Salt Edge Android SDK provides a handful of classes to help you interact with the Salt Edge API from your Android app.
Current SDK supports access only to Salt Edge API v5.
Salt Edge Partner API is not supported.
When you migrating to the new version of Salt Edge Android SDK, please read carefully CHANGELOG since many changes have been made.
- JDK 8
- Android SDK (minimal sdk version - Android 4.0.2 (15))
- Play Services installed
App ID
andApp Secret
Warning! The Salt Edge SDK doesn't work without App ID
and App Secret
!
Note: You can find your App ID
and App Secret
on your profile page.
Clone this repository
$ git clone git@github.com:saltedge/saltedge-android.git
-
Fork this repository
-
Import project as Gradle project in Android Studio
-
Replace the
clientAppId
,clientAppSecret
constants inSampleApplication.java
with yourApp ID
andApp Secret
. -
Build and run application on target device or emulator
Note: You can find your App ID
and App Secret
on your profile page.
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
repositories {
maven {
url 'https://raw.github.com/saltedge/saltedge-android/master/repo/'
}
}
implementation ('com.saltedge.sdk:saltedge-library:X.X.X@aar') {
transitive = true
}
For more information, feel free to contact us
Copyright © 2014 Salt Edge Inc. https://www.saltedge.com