Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active September 15, 2023 08:44
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/aad0d720d1487af5bfd20bf40e271a3f to your computer and use it in GitHub Desktop.
Save codeforfun-jp/aad0d720d1487af5bfd20bf40e271a3f to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 4-3
override fun onCreate(savedInstanceState: Bundle?) {
/* 省略 */
binding.answerBtn3.setOnClickListener { checkAnswer(it) }
binding.answerBtn4.setOnClickListener { checkAnswer(it) }
quizData.shuffle()
showNextQuiz()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment