Skip to content

Overview

This section describes Android APP development with VIRNECT Track.

Contents

  • Basic usage
    Instructs on importing Track AAR library into an existing project in Android Studio.
    Describes the usage of Track Framework with Kotlin or Java.
    Explains the Android Lifecycle integration.

  • Extras
    Advanced topics and additional functions of the Track library.

Requirements

  • Track requires minimum API level 24
  • ABI arm64-v8a
  • Permissions
    • CAMERA access back-facing camera
    • WRITE_EXTERNAL_STORAGE write to cache
    • READ_EXTERNAL_STORAGE read from cache or file system
Back to top