Skip to content

IramML/UberClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UberClone

Refactoring code...

Setup Guide

Setup firebase

  • Add a new project your Firebase console
  • Add a new Android application, you have to do add 2 applicatitons, driver and rider one.
  • Then go to the project settings > Cloud Messaging. On this tab you will copy the Server Key. You will put that key in common/ConfigApp.java file on CLOUD_MESSAGING_SERVER_GEY constant on rider and driver apps

Setup Google APIs

  • Go to your Google cloud platform and select your project or create a new project.
  • Search and active this API keys:
    • Places SDK for Android
    • Maps SDK for Android
    • Directions API
  • Go to your Credentials, create an API Key
  • You will put that API key in common/ConfigApp.java file on GOOGLE_API_KEY constant on driver and rider apps

Screenshots

Driver Application Rider Application
ScreenshotDriverApp00 ScreenshotRiderApp00

Releases

No releases published

Packages

No packages published

Languages