Android: Update ListView Items every 1 minute

后端 未结 4 1498
长发绾君心
长发绾君心 2020-12-31 17:05

I have a Custom ListView in my application, containing an ImageView and 3-5 TextViews.

1 of the TextViews shows the time gap between the current time

4条回答
  •  迷失自我
    2020-12-31 17:44

    Use the built in TimerTask

    http://developer.android.com/reference/java/util/TimerTask.html

    This is a solid way of doing things.

提交回复
热议问题