How can I track location of particular mobile using android api -


i can location of current device. here want find location of mobile example: 99xxxxxxx, mob no 78xxxxxx can current location of device using following code:

locationmanager =(locationmanager) mcontext.getsystemservice(location_service);

how location of other mobiles?

your app should ping location server (something location server) , mobile can request particular location.

i don't think costly save unique id , coordinates.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -