Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 24, 2024 05:54
Show Gist options
  • Save codeforfun-jp/a3074a61f35fff402d6acc6fff70dc53 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/a3074a61f35fff402d6acc6fff70dc53 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 5-4
private fun showNextQuiz() {
// カウントラベルの更新
binding.countLabel.text = getString(R.string.count_label, quizCount)
// クイズを1問取り出す
val quiz = quizData[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment