VelocidadSimple is a GPS speedometer app on Android platform that uses the user's location to calculate their speed in km/h. The app also displays the maximum and average speed, as well as a line chart of the user's speed over time.
- Displays current speed, average speed, and maximum speed
- Plots speed over time on a line chart
- Automatically scales the y-axis of the line chart to fit the maximum speed
- Supports both light and dark mode
- Android device with GPS sensor
- Android 6.0 (Marshmallow) or later
- Location permission
Download the APK file from the latest release, then install & run.
- Launch the app.
- Grant location permission if requested.
- Wait for the GPS to locate your position.
- The current speed, average speed, and maximum speed will be displayed at the top of the screen.
- The line chart below displays your speed over time. The x-axis shows the time in minutes and seconds, while the y-axis shows the speed in km/h.
This app was developed by Adolfo Lorenzo Cristóbal Pérez.
The following third-party libraries were used in this app:
- MPAndroidChart - for the line chart.
This app is released under the MIT License