Skip to content

Releases: lgw666/SimpleTimerTaskHandler

v1.0版本

08 Jul 10:19
Compare
Choose a tag to compare
  • Supported task types: real-time task, delay task, timer task, loop task
  • Supported settings of timer task execute time: hour, minute, second
  • You can do UI operation in the task
  • Tip: you`d better start a work Thread or use AsycnTask when you want to do a long time operation

  • 支持的任务类型:即时任务、延时任务、定时任务,循环任务
  • 定时任务支持设置的执行时间为:时、分,秒
  • 可以在任务里执行更新UI的操作
  • 注意:若要执行耗时操作请开启新的子线程或者使用异步任务