Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 599 Bytes

File metadata and controls

11 lines (8 loc) · 599 Bytes

Scanbot SDK Classic Components examples

This project contains multiple standalone Android app modules demonstrating the Scanbot SDK Classic Components. Each module can be opened and run on its own. The only shared code lives in the common module.

How to run a module

  1. Open scanbot-sdk-example-android/classic-components-example in Android Studio.
  2. Sync Gradle.
  3. Choose one module in the Run configuration (each module is an application).
  4. Add your Scanbot SDK license key in the module’s ExampleApplication or stay on demo mode.
  5. Run the app on a device or emulator.