Biometric-Auth Native Android SDK

Android software development is the process by which applications are created for devices running the Android operating system.

The latest Stable Version is V1.0

Let's Get your Android App running with FACEKI SDK

Requirements

Android Studio provides the fastest tools for building apps on every type of Android device.

Kotlin Language

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

Steps

  1. Install Latest Android Studio and Kotlin Language

  2. To use Faceki API, you need to register any of Faceki packages on the link then access Dashboard >> Integration >> Integration

  3. . 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. Clone the code in your Android studio using git pull command: https://github.com/faceki/Biometric-Authentication-Android-Native.git

5. Or clone using Git CLI command: gh repo clone faceki/Biometric-Authentication-Android-Native

6. Then go to string file: "/app/src/main/res/values/strings.xml" and in line number 2 and 3, replace client id and email with your client id and email

7. You can replace any image and logo in folder "/drawable"

Arabic Language

To disable the Arabic language, You can simply rename or delete this folder

 "/src/main/res/values-ar"

Last updated