BARTist is a BART train schedule app for Android.
It uses the official BART API to fetch the list of stations and train departure times. It also provides zoomable BART map for easy reference inside the app.
It is written entirely in Qt, specifically QtQuick/QML using QtCreator.
This makes development extremely easy, without single line of Java code.
Set up your Qt Android development environment - you can use either the official docs
- https://doc.qt.io/qt-5/android-support.html
- https://doc.qt.io/qt-5/androidgs.html
- https://doc.qt.io/qt-5/examples-android.html
Or use my step by step guide:
- Fork this repo
- Create a branch
- Add a feature or fix a bug in your branch
- Submit a pull request
BARTist is Free software provided under GNU GPL v3.