Android SDK Introduction
Introduction to Petnow Android SDK's technical requirements and features.
Latest Version
| Module | Version |
|---|---|
| UI Module | 1.3.0 |
Server API Recommended: Pet management operations such as registration, verification, and identification should be performed on your server using the Server API. The client is responsible only for capturing images using the UI module.
Android SDK Features
The Petnow Android SDK is a native library written in Kotlin, compatible with both Kotlin and Java.
SDK Architecture
Key Components
UI Module
PetnowCameraFragment- An Android Fragment that displays camera preview and detection overlay.
- Can be customized by inheritance.
- Receives detection events by implementing
PetnowCameraDetectionListener.
Technical Requirements
- Minimum Android Version: API 28 (Android 9.0) or higher
- compileSdk / targetSdk: 34
- Java: 17 or higher
- Kotlin: 1.9 or higher
Next Steps
To integrate the SDK into your Android app, refer to the following documentation:
- Getting Started - Installation and initial setup
- UI Module - Camera integration