/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
final Handler handler = new Handler(); public void run() { // do something with your UI } }; public void run() { handler.post(doUpdateView); } }; t.scheduleAtFixedRate(myTimerTask, 0, 60000);
URL: https://groups.google.com/forum/#!topic/android-developers/o0xl0Eq_af0