I am planning to develop an android mobile application for detecting speed of a user while s/he is driving a car. the aim of my project is to tell the user if he exceed the max limit speed while he is driving his/her car to prevent from violation speed limit. can you tell me please what kind of technology do I need to know to be able to make my app detect the speed of user car
Asked
Active
Viewed 66 times
0
-
All recent smartphones have a built-in GPS receiver. That's exactly what you need. (Doesn't work in tunnels though) – PMF Jun 21 '22 at 17:46
-
You shouldn't look on your phone while driving! – konstantin durant Jun 21 '22 at 17:49
-
https://stackoverflow.com/q/47097127/9977151 related – ATP Jun 21 '22 at 17:51
-
https://stackoverflow.com/questions/15570542/determining-the-speed-of-a-vehicle-using-gps-in-android maybe it can help – Avilash Jun 21 '22 at 18:04