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.
- Host: GitHub
- URL: https://github.com/aggstam/speedometer
- Owner: aggstam
- License: apache-2.0
- Created: 2021-11-03T15:21:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:01:51.000Z (over 3 years ago)
- Last Synced: 2025-03-02T08:24:18.060Z (over 1 year ago)
- Topics: android, firebase, java, speedometer, violation-report
- Language: Java
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.