Giter Club home page Giter Club logo

peteprattis / speedometer-with-gps-app Goto Github PK

View Code? Open in Web Editor NEW
8.0 4.0 6.0 1.21 MB

A Java Android application that simulates the functionality of a speedometer using GPS by measuring distance and time elapsed to find the speed and saves violations of max speed in SQLite.

License: MIT License

Java 100.00%
java android android-application android-studio speedometer speedometer-android gps gps-location sqlite sqlite-android sqlite-database student computer-science program application

speedometer-with-gps-app's Introduction

A Java Android Program / Application

This is an Android app from my days as a Computer Science student

This programm was created for the seventh semester class Modern Software Technology Subjects and is one of the mandatory projects for the class

Description of project

A Java Android application that simulates the functionality of a speedometer using GPS by measuring distance and time elapsed to find the speed and saves violations of max speed in SQLite.

Implementation of project

  1. The app should be able to display the speed of the mobile via GPS if the app is open
  2. You need to integrate where appropriate run-time permissions are needed
  3. The user will set speed limits, which if overridden will be recorded in the NW (where the event took place):
  • Timestamp
  • Speed
  • Location
  1. There will be a list of POIs (Point of Interest) stored where the following data will be recorded for each point:
  • Title of Location
  • Description
  • Category
  • Coordinates
  1. In addition, the user will also specify a radius (distance in meters) within which he will want to be notified when approaching one or more of the POIs he has set
  2. Although found within one specified radius from one or more POIs, the following will occur:
  • It will receive a notification message that this POI is nearby
  • The event will be recorded in the NW (timestamp, POI, location)
  1. Finally, there will be the ability to view statistics from the data collected by the application and recorded in the NW, both for speeding exceedances and for being near POIs. Try to show as "useful" to the user the statistics you can.

About this project

  • To calculate speed I don't use the method .getSpeed(), but for an interval (t), I measure the distance (d) and the speed will be s=d/t
  • The comments to make the code understandable, are within the .java archives
  • This project was written in Android Studio
  • This repository was created to show the variety of the work I did and experience I gained as a student

speedometer-with-gps-app's People

Contributors

peteprattis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.