Git Product home page Git Product logo

teliver-food-delivery-android's Introduction

teliver-fooddelivery-driver-android

Food Delivery Driver App.

Teliver Teliver is a Realtime Location Tracking Android and IOS Sdk. The Teliver Sdk can be easily Integerated in a application with few steps. The SDK supports tracking of a operator with a marker in map, that updates for every location change of the opertor. The operator can also send push notification to the consumer regarding the traffic updates and the time taken for delivery.

Steps to Integrate Teliver:

1.Open your build.gradle file of Module:app. Add compile 'com.teliver.sdk:TeliverSdk:1.0.18'as dependency.

2.Obtain the map key from Google maps.

Open your AndroidManifest.xml file and paste the following code under application tag after embedding your map key obtained from Google.

Steps to initialize Teliver:

1.Fire up the SDK in application by the adding the following code snippet in your Application class Teliver.init(this,"TELIVER_KEY");

Note: Obtain the Teliver key from the dashboard, Use TLog.setVisible(true);to enable logging for development.

2.Now to Transmit a location update from a driver application.

Teliver.startTrip(new TripBuilder("Tracking_Id").build());

Note: The Tracking_Id here is your unique identifier for the trip; basically it’s just the order id or driver id in your system

3.To Track the Transmitter location in a separate Application Teliver.startTracking(new TrackingBuilder(new MarkerOption("Tracking_Id")).build());

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.