i posted a question (here) about how to change UI elements in a timer task, this is fine now.
但是,如果我有这样的守则:
countInt = 0;
timer = new Timer();
timer.schedule(new TimerTask() {
public void run() {
countInt = countInt + 1;
}
}, 1000);
页: 1 《刑法》也包含在其中。
how to change this value without crashing?