GPS with Two Activities

dank

Member
Licensed User
Longtime User
Hi. I have an application that uses the GPS capability on the phone. I initialize and start the GPS in the main activity and get the starting latitude and longitude there (via GPS_LocationChanged). I then start the second activity and want to get an updated lat/long pair every time I hit a button. Currently, I'm only getting the starting lat/long. How do I get the values to update? I just know it's something simple....

Thanks in advance!
 
Top