Android: I use the gps flag in my application whose user checks this, we use the user's gps location.
Now I have to make changes, if the user selects this checkbox, we use the gps location, and if the user remains in this checkbox, we must determine the user's location every 10 minutes, and if the location is different, we need to tell the user that this location is changing and if the user wants to use the new location.
any idea like an appy listner that fires every 10 minutes and stops after locating? any good idea to implement it just wants you guys to understand.
source
share