Android: i am using gps check box in my application, which user check this we use gps location of the user.
Now i have to make change if user check this checkbox we use gps location and if user remain this box checked then we have to detect user location every after 10 mins and if location is different we have to prompt user that location is change and if user want to use new location.
any idea how appy listner which get fire every after 10 min and get stop after detecting location ? any good idea to implement it just want you guys idea.