Android: How to check that whether i reach/near my Destination?
问题 I am developing an application that wakeup to you when you reach/near your destination and send you notification like Alarm. Is it any way whether i check continuously user's current location and when user is near/reach destination? If it is possible than please give me sample/tutorial so that i can implement it easily. Till now,i implement below code that indicates "Notification". public class ProximityReceiver extends BroadcastReceiver { private static final int ALARM_DURATION = 6000;