Skip to content

Android application which shows study space hotspots and predicted current usage, crowdsourced from students who recently studied in the area.

License

Notifications You must be signed in to change notification settings

pennapps2019/app

Repository files navigation

Android Application

Android application which shows study space "hotspots" and current usage, crowdsourced from students who are currently studying in the area.

Setup

Android

Install Android Studio.

Google Maps API Key (for development builds)

Generate a Google Maps SDK API key (step 1).

In the file app/src/debug/res/values/google_maps_api.xml, replace the value of the placeholder key with your API key.

Build and run the Android application on a physical or virtual device.

Creating a Production Release

Step 1: Building a Release Variant

Create a new file in the root directory to hold the secure keystore details:

cp keystore.properties.template keystore.properties

This file will be ignored by Git. Set your keystore information in this file.

Under Build, click Select Build Variant.

In the Build Variants view which appears, change the Active Build Variant from debug to release.

Build the application normally to your phone. The keystore credentials will be verified and applied.

Step 2: Creating the Signed App

Under Build, click Generate Signed Bundle / APK.

Follow the instructions, inputting your keystore path and credentials, to create a signed app which can be uploaded to the app store.

About

Android application which shows study space hotspots and predicted current usage, crowdsourced from students who recently studied in the area.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages