怎么在android里显示一个计时器
展开全部
public
boolean
ontouch(view
arg0,
motionevent
arg1)
{
if(flag){
flag
=
false;
timer,cancel();
simpledateformat
b
=
new
simpledateformat("hh:mm:ss");
date
currenttime
=
new
date();
string
s2
=
b.format(currenttime);
cantime1.setstatus(s2);//显示当前时间
}else{
flag
=
true;
}
return
flag;
}
好像不对,总之你要暂停的时候就用timer.cancel();只要miss在就能记住之前的状态了,计时器再开的时候再settimertask
boolean
ontouch(view
arg0,
motionevent
arg1)
{
if(flag){
flag
=
false;
timer,cancel();
simpledateformat
b
=
new
simpledateformat("hh:mm:ss");
date
currenttime
=
new
date();
string
s2
=
b.format(currenttime);
cantime1.setstatus(s2);//显示当前时间
}else{
flag
=
true;
}
return
flag;
}
好像不对,总之你要暂停的时候就用timer.cancel();只要miss在就能记住之前的状态了,计时器再开的时候再settimertask
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询