Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Android 应用程序,我需要一个计时器。我需要计时器从 15 分钟倒计时到 0 分钟,但我需要它每秒通知我一次,以便View用当前剩余时间更新 a。
View
在Android中执行此操作的正确方法是什么?
这听起来像是一个完美的案例CountDownTimer。
CountDownTimer