Android regular task (cronjob equivalent)

前端 未结 5 636
时光取名叫无心
时光取名叫无心 2020-12-05 19:10

The last time this question was asked (by a different user), the answer response was:

If this is in a running activity, you could use Timer/TimerTask

5条回答
  •  失恋的感觉
    2020-12-05 19:43

    The reference from google is actually quite good.

    http://developer.android.com/reference/android/os/AsyncTask.html

提交回复
热议问题