Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

native-android-sample-app

Overview

This repo provides a working example of integrating Verisoul's WebView into an Android native app

The app opens the hidden webview and loads the Verisoul webview. The app then listens for a secure session_id from the webview and makes an API call to the Verisoul API to retrieve the account prediction. The API call is included as an example but in production this should be done on your backend.

To run the app a Verisoul API Key is required. Schedule a call here to get started.

Quickstart

  1. Download and install the latest Android Studio

  2. Clone this repo

git clone https://github.com/verisoul/native-android-sample-app.git
  1. Open the project in Android Studio and update the following variables
  • Update projectId with your project id in the MainActivity.kt file
  • Update apiKey with your api key in the MainActivity.kt file
  1. Select the simulator or plug in your Android device and click Run