Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active September 15, 2023 09:06
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/507b5d3e58db6977c5e21843d0adb671 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/507b5d3e58db6977c5e21843d0adb671 to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 5-3
private fun checkQuizCount() {
if (quizCount == QUIZ_COUNT) {
// 結果画面を表示
} else {
quizCount++
showNextQuiz()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment