copy Copy chevron-down
Mobile SDK Native Android SDK Android software development is the process by which applications are created for devices running the Android operating system.
circle-exclamation
The latest Stable Version is V2.1
Let's Get your Android App running with FACEKI SDK
Github KYC Android Studio Native files In order to run the example project, you can change client_id and client_secret inside SdkSetting.kt
Android Studio provides the fastest tools for building apps on every type of Android device.
Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Wikipediaarrow-up-right
Install the Latest Android Studio and Kotlin Language
. Click on the hidden eyes and securely copy the Client ID (token).
4. Edit this to your Project's Main build.gradle in repositories block
"OR" put it in Settings.gradle in repositories block as follow:
5. Add this to your app level build.gradle android block.
6. Add this to your app level build.gradle dependencies block
7. Sync your project.
8. Add the below code in your project file wherever you want to initialize sdk:
Arabic Language
To disable the Arabic language, You can simply rename or delete this folder
Edit Splash Screen
To change the Splash screen, just replace the image with your splash image here
To intercept with login, signup and KYC and SDK settings API response, you can make required changes in corresponding API calls in
Video Demonstration
You can also check out FACEKI's
Github