An Android app to help users find the next Metrolink train arriving near them.
- Allows users to sort by the station closest to them in addition to the default sorts along the train route.
- Allows users to mark stations as Favorites
- Displays next arriving train at every station to help users quickly and efficiently
- Provides users with up to date information by integrating Metrolink's Twitter feed to provide updates.
This repo is the Android front end for my project. It is built using the Android SDK running on Java. The app interfaces with a backend C# webserver. The repo for the server can be found at https://github.com/shubhamkulkarni01/MetrolinkTimes.