I have two major problem concerning geolocation in android.
- Concerning config parameters: I mean those informations we use to enter once when installing the application and use each time (login credentials for example).
How can i achieve this ? Any good tutorial will be the welcome.
- Concerning gps, how can I determine programmatically that I've reached a certain point (my destination)?
I have the GPS coordinates of my destination and want to determine programmatically that I'm at my destination, using my own coordinates.