Nathade / UberDriver

Uber clone, taxi driver edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UberDriver

Uber clone, taxi driver edition

Hello everyone, this is a Uber-like application I created, driver edition. It has some features from the original one, like:

  • Login
  • View surrounding Uber petitions
  • Accept one Uber petition
  • Ride
  • Post ride details (User rating)

Of course it is not complete and has some bugs, so any recommendation is welcomed :)

For deploying the app, you'll need to add certain dependencies to the gradle. In this case I used these ones:

  • compile 'com.android.support:appcompat-v7:21.0.3'
  • compile 'com.google.android.gms:play-services:6.5.87'

You will also need to run:

For using Google Maps, Google Places and all other Google features, you need an API_KEY, so go to https://console.developers.google.com/project and get one

About

Uber clone, taxi driver edition


Languages

Language:Java 100.0%