Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello
Im building a fleet tracking system. Where the android app sends locations to a server and the web app retrieves location from android app and display's it on a map. I've no idea how to get started. Can anyone point me out or know of any useful tutorials?

Thanks in advance

What I have tried:

Ive tried google transport tracker but its very confusing
Posted
Updated 12-Feb-18 5:41am
Comments
Richard MacCutchan 4-Feb-18 12:27pm    
"Im building a fleet tracking system."
"I've no idea how to get started."

So exactly what are you expecting from this forum?
David Crow 4-Feb-18 23:00pm    
So what part exactly do you need help with? Sending (location) data to a server? Displaying a map? Retrieving the device's location?
Arunprasath Natarajan 5-Feb-18 2:28am    
Android and Web cannot act together.
1 - Get the Geo Location using Android App and Store it on DB.
2 - Using normal Jquery and GMap function display on your Web App

1 solution

Just an abstract for you to start with .

1. Use and add Google Play Services Location API to fetch the latest locations continuously ( GeoLocation) ( preferred over Android Location API) in the Android App.

2. Create Web APIs( JSON) to communicate between Mobile and Server App.

3. The Locations are nothing but Latitudes and Longitudes which you have got through the Web API , combine them to create pins ( reverse geocoding) to display in the Web App google map or any other map provider. There are many free client side map plugins which makes life easier.
 
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