This is an Android Application that can help users generate a road trip based on the location the user entered.
Created by UCSD Triple C Android Dev Team Memebrs: Qingran Li, Mingqi Zhang, Mingqi Chen, Mingjie Zhu, and Xinpei Tan.
Clone this repository and import into Android Studio
git clone [email protected]:ucsdtriplec/Android---TriWay.git
- Sign in to Firebase and open this project
- Click the Settings icon and select Project settings
- In Your apps section, Download the lastest config file for Triway
- Put this file - google-services.json to this project's root directory/app/
- Now you should be able to build and run this project
- Fork it
- Create your feature branch (git checkout -b my-new-feature-name)
- Add your modified files and Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature-name)
- Create a new Pull Request
- Firebase
- Google Map Places
- Rxjava2
- Retrofit2
- OkHttp3