为什么handler.postDelayed(myrunnable, 1000);在button里无反应???第二个handler.postDelayed(myrunnable, 1000)在oncreate中运行正常,可视为什么在button里无法运行
1 回答
kanongError
TA贡献12条经验 获得超4个赞
对不起,我没看懂什么意思,局部代码不感冒,嘻嘻。如果是多线程的话要注意开启线程
不过一般來说,想handler再调用本身的执行内容,一般这样写的哦:handler.postDelayed(this,1000);
试试吧。
- 1 回答
- 0 关注
- 2136 浏览
添加回答
举报
0/150
提交
取消