Native Android SDK
Android software development is the process by which applications are created for devices running the Android operating system.
Last updated
Android software development is the process by which applications are created for devices running the Android operating system.
Last updated
The latest Stable Version is V2.1
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. Wikipedia
Install the Latest Android Studio and Kotlin Language
To use Faceki API, you need to register any of Faceki packages on the link and then access Dashboard >> Integration >> Client-ID
. Click on the hidden eyes and securely copy the Client ID (token).
Please don't share the token with anybody, highly secure and confidential
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
Add this to your app level build.gradle defaultConfig block
7. Sync your project.
Refer to integration to register get the token and paste
8. Add the below code in your project file wherever you want to initialize sdk:
To disable the Arabic language, You can simply rename or delete this folder
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