Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 8, 2021 01:33
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/d40b2a08b2a785f01447909f0ca140a1 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/d40b2a08b2a785f01447909f0ca140a1 to your computer and use it in GitHub Desktop.
CTB 6-4
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
// -----------
// ----省略----
// -----------
scoreLabel.setText("Score : 0");
}
public void changePos() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment