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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90fc95c · Apr 11, 2019
Jan 25, 2019
Apr 11, 2019
Jan 23, 2019
Sep 19, 2016
Mar 3, 2017
Apr 11, 2019
Apr 11, 2019
Apr 11, 2019
Jul 16, 2017
Jun 1, 2016
Mar 10, 2016
Mar 10, 2016
Jul 16, 2017
Apr 11, 2019
Mar 10, 2016

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