BARTist
BARTist is a BART train schedule app for Android.
How does it work
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.
Why is it cool
It is written entirely in Qt, specifically QtQuick/QML using QtCreator.
This makes development extremely easy, without single line of Java code.
How do I contribute
Set up development environment
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:
Process
- Fork this repo
- Create a branch
- Add a feature or fix a bug in your branch
- Submit a pull request
License
BARTist is Free software provided under GNU GPL v3.