Skip to content

Bus stop schedule Android app written while a student at City of Glasgow College.

Notifications You must be signed in to change notification settings

alexmcbride/bushero

Repository files navigation

Bus Hero

Android app to replace bus information screens at UK bus stops, written in Java. It figures out which stop you're standing at and then shows you up to date scheduling information.

Screenshots

The main activity screen.

alt tag

The favourites navigation drawer.

alt tag

The route activity.

alt tag

Secret.xml

The app uses Transport API for data, in order to run you need to create a string resource file called secret.xml containing the following information from your account.

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <item name="apiKey" type="string">API_KEY</item>
    <item name="appId" type="string">APP_ID</item>
    <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
        GOOGLE_MAPS_KEY
    </string>
</resources>

About

Bus stop schedule Android app written while a student at City of Glasgow College.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages