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.
The main activity screen.
The favourites navigation drawer.
The route activity.
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>