运行此GTFS示例代码

时间:2012-09-16 03:53:13

标签: java android gtfs

我无法找到允许我读取GTFS数据的API。经过多次搜索后,我能够找到并运行This代码,但实际上没有太多解释。我最终无法弄清楚如何获取信息并以.xml布局显示它。

问题:

  1. 我是否需要使用onCreate方法创建另一个类并调用其他类?
  2. 此程序是否要求我将值加载到数据库中?
  3. 我在哪里可以找到有助于我了解如何读入,解析和显示值的API。

1 个答案:

答案 0 :(得分:2)

xml,manifest中没有任何内容,甚至没有MainActivity.java或任何活动

所以除了使用你完全

的课程之外你没有什么可以做的

能够通过阅读规范自己完成。

问题:

 1. Do I need to create another class with an onCreate method and call
    these other classes? 

没有活动,所以没有onCreate,没有调用方法,没有。

 2. Does this program not require me to load values
    into a database? 

与问题1相同。

 3. Where can I find an API that would help me understand how to read in, parse, and
    display values.

你真的可以通过自己遵循规范来实现这一点。这很简单。

无论如何,我为你做了一个例子,你可以用git clone来获取源代码并做

无论你喜欢什么。 https://github.com/cwhsu1984/GtfsDemo.git