Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
what is the best way to determine if two iPhone users are in the same radius of lets say 1000 meters.
When developing my app I was installing it to the SD card automatically (preferExternal). Then I decided to change this to \"auto\" and I could still chose to move the app to the SD Card. However, whe
I want to show local points of interest to the users. Since this isn\'t the main goal of my app, I wish to find a rather simple solution,like sending开发者_JAVA技巧 the user to Google Places or any ot
I have a service to update location in my app. When I start my app with GPS disable, go back to android menu and enable GPS, and finally go back to my app (the service has not been destroyed), onProvi
LocationManager#requestLocationUpdates allows you to pass in a minTime and minDistance parameter. I\'m having a hard time deciding what these numbers should be, and could appreciate some guidance.
I\'ve read that it is possible to restrict an application that you submit to the Android Market by country.Is 开发者_开发技巧it possible to restrict users from downloading your application by state in
I develop a GPS Tracking app on android. I use AlarmManager to wake up the device every 5 minutes. I developed a log file that shows that the application works great until a moment when I receieve
I currently have a remote service which gets the users current location (this is all working fine). I now want to be able to get the users current location then add a to a list of prev开发者_JAVA百科i
I need to determine location based upon N number of WIFI Access Points and their signal strengths. Is the best way to do this using a开发者_开发问答 least-squares fit algorithm? How would I go about i