I want to develop an Android App, which will give me the speed with which I am travelling. Please suggest me some webSites from where I can get some help.
I know there is a function like Location.getSpeed(). But don’t know how exactly it works.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First read this article to learn how to get GPS fixes.
You can call
getSpeed()in your location listener, in the onLocationChanged() callback.