code name: Connect&Play
This app allows users to connect and team up with other players to play sport games.
- Clone the repository
$ git clone https://github.com/maheshgaya/TeamUpApp.git
$ cd ConnectAndPlay/
- Import the project in Android Studio. (File -> New -> Import Project)
- Download your Google Maps API key from the Google Developer Console. Make sure that you enable
Google Maps API for Android
andGoogle Places API for Android
- Add your API key to google_maps_api.xml
- Run the project in an emulator with api greater or equal to 21
- Fork this repository
- Make all the changes, or add new features in your own repository
NOTE: When pushing commit to your repository, uncheck google_maps_api.xml to ignore the api key that you added. This will leave GOOGLE_MAPS_API_KEY as the default. 3. Once you implement your patch, rebase your repository to reflect the latest commits on this repository 4. Pull a request, once you are ready to submit your patch