Search code examples
javaandroidandroid-studiogtfs

Android Studio Public Transit app - GTFS


I am currently working on a project that would show a static page of a tram stop, and that page would show departure times of different trams.

I found GTFS files of my local public transit company, but I don't really know how to incorporate them into my project.

The only thing I need to get from those files are departure times.

Thank you.


Solution

  • Try saving GTFS data into an SQLite database. Use the SQLite database for accessing the details.

    For saving GTFS data into SQLite database check here