Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 9, 2021 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/abf8175144061d9eff363130dc94d413 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/abf8175144061d9eff363130dc94d413 to your computer and use it in GitHub Desktop.
CTB 8-4
} else {
highScoreLabel.setText("High Score : " + highScore);
}
}
public void tryAgain(View view) {
startActivity(new Intent(getApplicationContext(), MainActivity.class));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment