-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (23 loc) · 1.06 KB
/
README.txt
File metadata and controls
33 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DBTimetable 2.0
February 15, 2010
Program initiated by:
Emil Chan <http://dbtable.co.nr/>
Implementation revised by:
Kenneth Anguish <http://github.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.5
DSDP Mobile Tools for Java (MTJ) <http://www.eclipse.org/dsdp/mtj/>
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.
For iPhone version, please go to https://github.com/kenguish/DBTimetable-iPhone-1.0