A bus-tracking app designed for HoyaHacks 2016
Credits: Akshay Goel ([email protected]) Lucas Conti ([email protected]) Dagmawi Yeshiwas ([email protected])
Bot Credentials: Name: Bus Bot email: [email protected] 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