Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Need to create a app which shows current location to others

 
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to create a app which shows current location to others which who install that application?
1)Is it possible to do such a thing?
2)Can anyone tell me a suggetion to do it ?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are already apps in the marketplace that do this kind of thing. Look for phone tracking apps. I have one named Anti DT, which when activated enables me to track my phone either from another copy of Anti DT or from a browser on a PC.
 
shawn peter
Ranch Hand
Posts: 1325
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know how to get current location details from android.But how to manage showing all others location.I need to know a way to show everyone's location to eveyone.So what is the best way?

1) is it good to maintain a centralize database or webservice?
 
Saloon Keeper
Posts: 7625
177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The app will need to contact a central server which can maintain the location of all other users. That would amount to a web service, and it may well use a DB. I don't understand where you see the choice between a DB and a WS - they're complementary.
reply
    Bookmark Topic Watch Topic
  • New Topic