您可以使用Timer类使用TimerTask而不是AsyncTask安排定期任务
见:
http://developer.android.com/reference/java/util/Timer.html
http://developer.android.com/reference/java/util/TimerTask.html
要更新您的用户界面,您应该遵循以下良好教程:
http://android-developers.blogspot.com/2007/11/stitch-in-
time.html



