Skip to content

guptaanamika/example-android

 
 

Repository files navigation

HyperTrack example Android apps

Slack Status

Example application built with the HyperTrack TransmitterSDK and ConsumerSDK for Android. For the iOS equivalent, refer to example-ios.

Example modules

  1. Driver - example of integration with TransmitterSDK, which transmits location data for HyperTrack Trips/Shifts
  2. Consumer - example of integration with ConsumerSDK, which allows real-time tracking of HyperTrack Tasks on a map

Requirements

  1. Android studio with emulator (or test device)
  2. HyperTrack API keys. Learn more about them here.

Usage: Driver

Driver example

The example Driver application implements both Shifts and Trips. Read our definitions to know more.

Recommended: Take a look at the Android driver quickstart.

STEPS

  1. Sync the Gradle files to download the HyperTrack SDKs.
  2. Replace YOUR_PUBLISHABLE_KEY with your key in DriverAppApplication.java.
  3. Replace YOUR_DRIVER_ID and YOUR_TASK_ID with the respective ids in LoginActivity.java for Shift and MainActivity.java for Trip.
  4. Run in emulator. You might need to enable the location permission: see how.

Usage: Consumer

Consumer example

The example Consumer application tracks one Task on a map. Read our definitions to know more.

Recommended: Take a look at the Android consumer quickstart.

STEPS

  1. Sync the Gradle files to download the HyperTrack SDKs.
  2. Replace YOUR_PUBLISHABLE_KEY, with your key, and YOUR_TASK_ID with the id of the Task to be tracked in MainActivity.java.
  3. Run in emulator.

Documentation

For detailed documentation of the methods and customizations, please visit the official docs.

Contribute

Please use the issues tracker to raise bug reports and feature requests. We'd love to see your pull requests - send them in!

Support

Join our Slack community for instant responses. You can also email us at [email protected]

About

HyperTrack Android example app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%