Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 910 Bytes

File metadata and controls

17 lines (12 loc) · 910 Bytes

Welcome !

This small application is made of an home screen with two tabs and a button to show the train departures from a specific train station in London (UK) using the TransportAPI. For obvious reasons, key & app_id are not part of the project so if you want to run the project you would need to add those two keys in the local.properties file:

    
transportapi_app_key=<value>
transportapi_app_id=<value>
    

The idea of the train departure app is to be used as a full screen display on a standing phone to inform about the next departures of the nearby train station. The API comes with 30 free api requests a day so instead of having some form of automatic refresh, it will just react on touching the screen instead.