【发布时间】:2020-11-27 20:07:06
【问题描述】:
手机的轮换中断/中断方法?比方说……
public void doingSomething() {
a = 23;
soundPool.play(soundId1, 1, 1, 1, 0, 1);
...
... // here occurs the rotation
...
b = 0;
cuenta.setText("0");
c = 100;
}
在上面的代码中,方法结束还是轮换中断了方法?
【问题讨论】: