@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
startButton = (Button) findViewById(R.id.startButton);
stopButton = (Button) findViewById(R.id.stopButton);
resetButton = (Button) findViewById(R.id.resetButton);
timerLabel = (TextView) findViewById(R.id.timerLabel);
setButtonState(true, false, false);
}
なぜこの部分だけ @Override
が記述されているのでしょうか?
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?