我想问一下如何在不点击按钮的情况下启动计时器?例如,如果单击“播放”按钮,下一个布局中的下一个计时器将自动启动。
我试图在我的1级课程中启动它,但是在我运行之后,我在控制台中出现了这个错误:
ActivityManager: Warning: Activity not started, its current task has been brought to the front.
我的计时码表有这个代码:
Chronometer chrono = null;
chrono.start();
chrono = (Chronometer)findViewById(R.id.timer);