I am working on an android project where I need to calculate speed of car from android device. For that I try to use GPS, but GPS is able to disabled by user and also the battery consumption by GPS is too high, so that I need to calculate speed using acceleration sensor.
If any one know any API or way to calculate speed then please help me for this.
Thanks in advanced.