Timer and TimerTask in Android

前端 未结 1 915
一向
一向 2020-12-11 00:52

I need a timer for my program. I have written it and it works fine on PC in emulalator program (Android 1.5/2.2). But it doesn\'t work on the real device (Android 1.5). What

相关标签:
1条回答
  • 2020-12-11 01:14

    You need to cancel() timer not the timer task.

    0 讨论(0)
提交回复
热议问题