Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Last active October 15, 2018 14:00
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 codingwithsara/a132ba2b85d7396a1dae7c3ec7fd4e1a to your computer and use it in GitHub Desktop.
Save codingwithsara/a132ba2b85d7396a1dae7c3ec7fd4e1a to your computer and use it in GitHub Desktop.
3-3
private Button answerBtn3;
private Button answerBtn4;
// ここから追加
private String rightAnswer;
private int rightAnswerCount = 0;
private int quizCount = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment