alexmcbride / bushero

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%