This examples shows how easily you can integrate VGS Collect Android SDK into your application and secure sensitive data with us.
- Installed Android Studio
- Installed emulator
- Organization with VGS
Go to your VGS organization and establish Inbound connection.
Clone demo application repository.
git clone git@github.com:verygoodsecurity/android-sdk-demo.git
Find MainActivity.kt
and set variable VAULT_ID.
vault id.
Your current <vault_id>
you can find in Dashboard
Run the application and submit the form then go to the Logs tab on a Dashboard find request and secure a payload. Instruction for this step you can find here.
Link | Description |
---|---|
SSN Field Sample | This sample demonstrates basic example of how manage SSN Field. |
Payment Card Number Sample | This sample demonstrates basic example of how use Payment Card Number field. |
Multiregional Support Sample | This sample of Activity shows you how to support different regions(EU, US). |
File Provider Sample | This sample demonstrates how to use manage different files in VGS Collect SDK(get access to the file, attach to SDK, detach, submit). |
Field States Tracking Sample | This sample shows how to handle fields states. |
Card Scanning Sampe | This sample of Activity shows you how to gather and send data for multiplexing. |