标签:android blog os java 2014 log c new file
本来一直用java中的timer:
new Timer().schedule(new TimerTask() {
@Override
public void run() {
...
}
},2000);
new Handler().postDelayed(new Runnable(){
public void run() {
}
}, 100);标签:android blog os java 2014 log c new file
原文地址:http://blog.csdn.net/howlaa/article/details/39078715