https://github.com/austindizzy/prtstatus-android
PRT Status application for Android.
https://github.com/austindizzy/prtstatus-android
android-app firebase prt-status
Last synced: 3 months ago
JSON representation
PRT Status application for Android.
- Host: GitHub
- URL: https://github.com/austindizzy/prtstatus-android
- Owner: AustinDizzy
- License: mit
- Created: 2014-07-26T14:55:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T04:14:49.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T08:15:43.845Z (5 months ago)
- Topics: android-app, firebase, prt-status
- Language: Java
- Homepage: https://prtstat.us
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PRT Status for Android
=====[https://prtstat.us](https://prtstat.us)

[](https://play.google.com/store/apps/details?id=me.austindizzy.wvuprtstatus.app)
[As featured on WVUToday](http://wvutoday.wvu.edu/n/2014/08/15/student-employee-develops-wvu-prt-status-app-to-alert-riders-about-service), this Android application is to help the community at West Virginia University track the uptime status of the [Personal Rapid Transit \(PRT\)](https://transportation.wvu.edu/prt) and be notified instantly of any service disruptions.
The app receives data from [a companion server](https://github.com/AustinDizzy/prtstatus-go), which is written in Go and running on Google App Engine, using Firebase Cloud Messaging.
## Technologies
The Android app currently supports Android versions 4.0.3 (ICS) through 8.1 (Oreo) and up, using:
* [Room](https://developer.android.com/reference/android/arch/persistence/room/package-summary.html) - for local data storage
* [Volley](https://github.com/google/volley) - for making and managing network requests
* [Firebase](htps://firebase.google.com) - for sending event notifications and messages to clients, displaying ads from [AdMob](https://ww.google.com/admob/), and collecting app analytics## License
This project is free and open source software, with usage provided under the [MIT License](https://abs.mit-license.org). See [LICENSE](./LICENSE) for full details.
## Issues & Contributing
Notice an issue and know how to fix it? Pull requests are welcome! After your code has been reviewed and proven sound, I'll accept the pull request and my local CI will pull and prepare the app as an alpha build on Google Play, to be upgraded to a full release at my discretion.
Please also feel free to [post an issue](https://github.com/AustinDizzy/prtstatus-android/issues/new) with any other feature requests, bugs, or general questions about the project.