Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I am trying to build a simple andriod app to track taxi like uber app. For it i am unable to understand how live tracking of taxi can be done using GPS in andriod.

What I have tried:

I have just integrated simple google map in my andriod app.
Posted
Updated 3-Jun-17 5:36am
Comments
[no name] 18-May-17 15:36pm    
Why don't you try googling for "android gps usage" and see what kind of result you get?
Member 13201949 18-May-17 15:42pm    
thank will try that!

Android provides you with APIs, that you can easily integrate with your application, GPS is one of them. Typically, you consume those services, from the API contracts, unless you have an API built on your own server, a web application, etc. If not, consume Google provided APIs. Nowadays, you would look for Firebase, or Google Play Services for these GPS services.

I wrote an article, that gives a complete overview of GPS; Ok Android, Broadcast my location![^], although uses an old API but explains the concept in a proper detail.
 
Share this answer
 
See here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900