资 源 简 介
This is a simple Android app that exposes the NextMuni database in a user-friendly way. So far it"s just a dropdown for each of the line, direction, and stop, which shows predictions when you select all three.
Features:
* Caches the route and stop information while the app is running to speed up navigation.
* Automatically scrolls to the closest stop, using the phone"s location information.
* Shows predictions for all routes that stop at the selected stop, not just the selected route.
* Saves the route and stop information in a sqlite database so it"s persistent across app restarts.
TODO:
* Show a map of current bus locations.
* Get an icon, probably the Droid riding a bus.
* ? Schedule alarms for N minutes before a bus arrives.
Other interfaces include the NextMUNI homepage and Mutiny (code at http://code.google.com/p/mutiny/). The NextMUNI homepage isn"t