Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.19 KB

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>