-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kenguish edited this page Sep 13, 2010
·
7 revisions
DBTimetable 2.0
June 14, 2009
Program initiated by:
Emil Chan http://dbtable.co.nr/
Implementation revised by:
Kenneth Anguish http://facebook.com/kenguish/
This DBTimetable implementation is designed to be downloaded to a cellphone
over-the-air by clicking on a JAD file.
The development environment is:
- Windows 2003 Server
- Eclipse 3.4.2
- EclipseME "http://eclipseme.org/ ":http://eclipseme.org/
- JDK 1.6.0_13
If you pull the sources from Github https://github.com/kenguish/DBTimetable/tree,
this directory would be the Eclipse workspace the program developed on with the
following folders:
- res/ - Timetable files in .txt and the outline.json file containing the route info
- src/ - The actual Java source code of the program. JSON library is used to parse
the route information so as not to hard coded the timetable information for
lazy updates in future
If you are interested to extend the code, please feel free to contact the project
maintainer on Github.