Thanks to visit codestin.com
Credit goes to github.com

Skip to content

palakbatra1999/android-live-tracking-view

 
 

Repository files navigation

HyperTrack Live Tracking View Consumer Sample Android app

Slack Status

Live Tracking View Sample Consumer application built with the HyperTrack SDK for Android. For iOS go here.

Requirements

  1. Android Studio with emulator (or test device)
  2. HyperTrack API keys. Learn more about them here, and sign up for them here.
  3. Action ID of the order.

Usage:

Live Tracking View

The live tracking view consumer application implements tracking a driver performing a delivery. Read our introduction to know more.

STEPS

  1. Clone this repo.

    # Clone this repository
    $ git clone https://github.com/hypertrack/android-live-tracking-view.git

    OR

    In Android Studio

    Goto File > New > Project from Version Control > Git Enter Enter Git Repository URL https://github.com/hypertrack/android-live-tracking-view.git and Click on Clone.

  2. Sync the Gradle files to download the HyperTrack SDKs.

  3. Replace YOUR_PUBLISHABLE_KEY with your Hypertrack API key in LiveTrackingConsumerApplication.java here.

  4. Setup a Google Maps API key. More info here and the steps to get an API key are here.

  5. Add the API key to the manifest here.

  6. Once you assign an Action on the Use Case Android App, get the action ID of order and add into the actions and call HyperTrack.trackAction.

  7. Run in emulator or directly on a phone either by connecting to your computer or by creating an APK and then installing it manually. You also will need to follow these steps for the 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, or interact with our growing Community. You can also email us at [email protected].

About

Track order in android consumer app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%