Sample Activities

This section provides detailed documentation for the sample activities included in the MultiSet Android SDK. These activities demonstrate how to implement VPS localization in your Android application.

Available Activities

The entry point for the SDK demo application. Handles SDK initialization, authentication, and navigation to the AR localization activity.

Unified AR localization activity that supports both single-frame and multi-frame localization modes. The mode is selected at launch time via an intent extra.

Comparison

Feature
Single-Frame
Multi-Frame

Frames captured

1

4-6 (configurable)

Accuracy

Good

Better

Capture time

Instant

~2-3 seconds

Network usage

Lower

Higher

Best for

Quick localization

Precise positioning

Getting Started

  1. Initialize the SDK in MainActivity

  2. Authenticate with your credentials

  3. Configure LocalizationConfig as needed

  4. Launch MultiSetLocalizationActivity with the desired localization mode

See LocalizationConfig for configuration options.

Last updated