in my college sir has given topic to do for final year project.

So thing is that, can it be possible in Android?

Tracking any vehicle which having android device, so we can able to find vehicles current location

Please suggest me, guide me.

Thanks

link|improve this question

31% accept rate
1  
There are a lot of open-source Android projects with the same purpose. You can start with google.es/search?q=android+tracker+application+code that gives you this link code.google.com/p/open-gpstracker among others – Guido García Sep 10 '11 at 13:29
1  
Search for GPS tracking and probably storing the current location server side. – Codemwnci Sep 10 '11 at 13:31
feedback

2 Answers

Android can have location updates, so if a software installed on the android device can send GPS coordinates to a server and hence area information, it can be done. It can be done with an android device that has GPS.

link|improve this answer
feedback

Yes; it's a well-established feature. On my Android phone, I commonly use... 1. Google Maps -- Shows me where I am, on a map. Plus searching, etc. 2. Google "My Tracks" -- Uses GPS to make a map of my bicycle and hiking trips. 3. TreKing 4 - Uses GPS to connect me with bus and train information in Chicago.

Some taxi companies use this to keep track of where all their taxis are: http://www.instamapper.com/

In what creative new way would you like to use GPS information?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.