Android SDK
Andia InApp validation SDK for Android
Requirements
Android SDK 21 (LOLLIPOP) or higher and includes Google Play Services
Latest Android Studio
Download & Install the Library
Download the AndiaAndroid zip from this Github link
Unzip the Folder AndiaAndroid.zip
Import the file andia-selfie.aar into your project in Android Studio
Click File > New > New Module.

Enter the location of the library then click Finish.

Right click on the new app folder and select Open Module Settings

In Dependencies, select Add Module Dependency, and then select the imported Selfie Module.

Add Google Play Services
In your build.gradle file (project level) add google Services :
Add Dependencies
In your build.gradle file (App level) add the following lines
Update the Manifest file
Add the following settings to the manifest.xml file
Using the Library
Import the classes in your Activity
In your Main Activity implement SelfieCallback
Call the OnBoarding Method.
Call the Validation Method
Download Example
Example Project in this Github Link
Last updated
Was this helpful?