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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -