Android -Thread -

do different things at the same time
framework
Thread timer =new Thread(){
public void run(){
try{
} catch (InterruptedException e){
//debug if it is slow
}finally{
}
}
};
timer.start();

No comments:

Post a Comment