An open API service indexing awesome lists of open source software.

https://github.com/aggstam/speedometer

Android app monitoring user speed and report violations, stored in Firebase.
https://github.com/aggstam/speedometer

android firebase java speedometer violation-report

Last synced: about 1 month ago
JSON representation

Android app monitoring user speed and report violations, stored in Firebase.

Awesome Lists containing this project

README

          

# speedometer
This Android application simulates a simple speedometer, with violations history.


Users can monitor their current speed, their violation history list and violations of all users in a map.


Firebase is used for user management and storing data.
## Activities
- Login: Authenticates users before using the application.
- Speedometer: Monitors user's current speed and report violations.
- UserViolationsList: List containing user violations.
- AllViolationsMap: Presents violations of all users, in a live map.