1. Create a mobile timetable for VTA Light Rail.
2. Expand the application to support more schedules.
3. Add the ability to save a frequently browsed schedule.
4. Recruit people and contact transit agencies to help add timetables and distribute the applications.
July 5, 2007 at 8:03 pm
I just wrote some Java code to translate the HTML format Chicago Metra schedules into an XML format. I’d like to add them to this tool, but I can’t find the package of materials needed (the build file for example) so I can make up a Blackberry distribution.
Can you help me get started with this? I’m using a Mac BTW.
July 8, 2007 at 2:33 am
Hi Bob, I haven’t touched the app for a while. The code in my SVN is an Eclipse project, it also has a build.xml. You will need to update the build.xml to point to paths where you installed your Palm/Blackberry compilers. I’ve been wanting to upload the code to SourceForge.net, just never had the time to do it.
If you want the J2ME app to run on simple cell phones, I wouldn’t put the data into a XML format. The code I have is based on MIDP 1.0, and should support most of the phones/PDAs out there. You just need to convert your schedule into the format I specified and repackage the file.
Good luck, let me know how it goes.