Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active September 19, 2023 06: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/20a7111644f5de1c1ec02709d401d7b0 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/20a7111644f5de1c1ec02709d401d7b0 to your computer and use it in GitHub Desktop.
QuizApp 4.1
quizArray.add(tmpArray);
}
showNextQuiz();
}
public void showNextQuiz() {
// クイズカウントラベルを更新
countLabel.setText(getString(R.string.count_label, quizCount));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment