Determine speed in android

Is it possible to determine the speed of a car using GPS or an accelerometer in an Android phone?

can someone give me a roadmap to implement this?

+2
source share
1 answer

Yes, you can use GPS through an object of the Location class. There is a getSpeed() method in this class.

It’s very easy to find a location code. For example, this link .

+5
source

All Articles