A bus-tracking app designed for HoyaHacks 2016
Credits: Akshay Goel (akshay15@vt.edu) Lucas Conti (lconti97@vt.edu) Dagmawi Yeshiwas (dagmawi@vt.edu)
Bot Credentials: Name: Bus Bot email: commbot2016@gmail.com passwords: HoyaHacks2016
MainActivity TODO:
- Prompt user to register as a driver or rider
- Open the corresponding activity (driver or rider view)
- Save the user's preference (isDriver)
- Open the user's preferred view whenever the app is launched
DriverActivity TODO:
- Copy Dag's code
RiderActivity TODO:
- Display map with user location
- Hard-code the driver's location and display it on the map
- Make the driver's location clickable
- Display information about the bus onClick and a tweet button
- Calculate the walking time. If it's too long, disable the tweet button
- Send a tweet when the button is clicked