Sorry to come off as a "help vampire". I'm new to Android and very new to GTFS. I'm trying to read the data from NYC Subway lines from MTA, which is in GTFS-realtime format. Everything works fine; I've established the URL connection and parsed the resulted in Java objects. It's all in order. I just have no idea what it means. The documentation at MTA is horrid, and I have no idea where the stops.txt, stop_times.txt, etc. that I need to even begin to organize the data is.
I know this question is extremely open-ended, and I'm truly very sorry for that. I've been pouring over documentation and SO answers for hours and I've gotten nothing. If someone could help me out with how to get the text files, and then how to use those files to get data for, say, the 1 Line at the 103 St. station, I would really appreciate it.
Thanks in advance :)