Concordia Campus Guide application - SOEN390
Create a campus guide application to help students locate their classrooms.
Name | Student ID |
---|---|
Felix Lapierre | 40057409 |
Rebecca (Jun) Loke | 40025838 |
Brianne O'Gallagher-Roy | 40058629 |
Mike Brichko | 40059723 |
Jon Zlotnik | 40030143 |
Sharon Chee Yin Ho | 40044575 |
François LaBerge | 40062066 |
Anissa Kouki | 40032516 |
Maxim Pobudzey | 40004308 |
Jacob Guirguis | 40062827 |
- Download and install Android Studio
- Get an API key for Google Maps
- Clone the repository onto your computer
- Create a file
app\src\main\res\values\google_maps_api.xml
- Write the following to the file:
<resources><string name="google_maps_key" translatable="false" templateMergeStrategy="preserve">*API_KEY_GOES_HERE*</string></resources>
- Obtain a
credentials.json
file by configuring a Google API Console project to enable login and put the file in theapp
level/directory of the project - For the above
credentials.json
file, the package name iscom.example.campusguide
and instructions on how to obtain the SHA-1 signing certificate is found in this link or can be done via Android Studio as shown here - Open the project in Android Studio
- Run the project using an emulator or using a connected Android device