/ Published in: Java
URL: https://groups.google.com/forum/#!topic/android-developers/o0xl0Eq_af0
Expand |
Embed | Plain Text
final Handler handler = new Handler(); public void run() { // do something with your UI } }; public void run() { handler.post(doUpdateView); } }; t.scheduleAtFixedRate(myTimerTask, 0, 60000);
You need to login to post a comment.
