Skip to content

felixlapierre/campus-guide

Repository files navigation

campus-guide

Concordia Campus Guide application - SOEN390

Objective

Create a campus guide application to help students locate their classrooms.

Team Members

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

Installation Instructions

  1. Download and install Android Studio
  2. Get an API key for Google Maps
  3. Clone the repository onto your computer
  4. Create a file app\src\main\res\values\google_maps_api.xml
  5. Write the following to the file: <resources><string name="google_maps_key" translatable="false" templateMergeStrategy="preserve">*API_KEY_GOES_HERE*</string></resources>
  6. Obtain a credentials.json file by configuring a Google API Console project to enable login and put the file in the app level/directory of the project
  7. For the above credentials.json file, the package name is com.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
  8. Open the project in Android Studio
  9. Run the project using an emulator or using a connected Android device

About

Concordia Campus Guide application - SOEN390

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages