会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HealthyTree
博客园
首页
新随笔
联系
订阅
管理
2013年1月23日
CountDownTimer 使用
摘要: /** * 参数: * 总时间 * 多久触发trick事件 */ new CountDownTimer(11*1000L,1*1000L) { @Override public void onTick(long millisUntilFinished) { ...
阅读全文
posted @ 2013-01-23 14:24 健康小树
阅读(293)
评论(0)
推荐(0)