xml、マニフェスト、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?
一問目と同じ。
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