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.
我的计时器总是从 0:10 开始,或者像其他时间一样......它本身不是从 0:01 开始......任何人都可以帮助我
谢谢,
我得到了答案
final Chronometer chrono = (Chronometer)findViewById(R.id.chronometer); chrono.setBase(SystemClock.elapsedRealtime()); chrono.start();
一旦它会帮助别人谢谢你,,
您可以使用计时器的 setBase 方法启动计时器任何值。您还可以计算计时器启动和停止期间的经过时间