Questions tagged «android-thread»

12
重复执行某个任务有时间延迟吗?
我的代码中有一个变量说它是“状态”。 我想根据此变量值在应用程序中显示一些文本。这必须在特定的时间延迟内完成。 就像是, 检查状态变量值 显示一些文字 等待10秒 检查状态变量值 显示一些文字 等待15秒 等等。时间延迟可能会有所不同,并且在显示文本后进行设置。 我尝试过Thread.sleep(time delay),但失败了。有什么更好的方法可以做到这一点?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.