Skip to content
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:

  1. Windows 2003 Server
  2. Eclipse 3.4.2
  3. EclipseME "http://eclipseme.org/ ":http://eclipseme.org/
  4. 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:

  1. res/ - Timetable files in .txt and the outline.json file containing the route info
  2. 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.

Clone this wiki locally