/CincyStreetcarMapper

Android application using the Cincinnati Metro data to provide real time information on the location of the Cincinnati Streetcar.

Primary LanguageJavaMIT LicenseMIT

CincyStreetcarMapper

Description

This is an Android application that shows the location of the Cincinnati Streetcar in real time. It does this by displaying the data from Cincinnati Metro Real-Time Bus Tracker in a more mobile friendly way.

ScreenShot

Download on play store.

Build

Build debug APK:

./gradlew clean assembleDebug

Build prod APK:

./gradlew clean build