I am having trouble finding an API that will allow me to read in GTFS data. After much searching I was able to find and run This code, but there is not really much of an explanation. I am ultimately having trouble trying to figure out how to get information and display it in .xml layouts.
Question:
- Do I need to create another class with an onCreate method and call these other classes?
- Does this program not require me to load values into a database?
- Where can I find an API that would help me understand how to read in, parse, and display values.