This is the repository for My Trip (Rider) app that students build during the Android Degree at Barmej.com
This app is a simple Android app that helps people to request a taxi easily by choosing the starting location and destination.
By building this app, students will learn about new topics like Google Map and Firebase
To use this repository, fork/clone it, or download a zip using the green "Clone or download" button at the top of the file list. After you clone the project you need to add your own Google Map API key to the AndroidManifest.xml file
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_API_KEY" />
Also you need to create a new firebase project for this app and download google-services.json
file then copy it to your project's app
folder.
After creating new firebase project you need to enable Email/Password and Anonymous login and create a new Realtime database to make the project ready.
Note: The same firebase project must be used for both Rider and Driver apps to connect them to the same database and share the information between the two apps.
All contributions are welcome and gratefully accepted.
A copy of the license is also available in the license file.