I am done getting latitude and longitude using LocationManager and working proper.
LocationManager
Requirement:
get latitude and longitude every
Try By this one : private void doSomethingRepeatedly() { timer.scheduleAtFixedRate( new TimerTask() { public void run() { try{ //Do your work here } catch (Exception e) { // TODO: handle exception } } }, 0, 10000); }