-
-
Save codeforfun-jp/a3074a61f35fff402d6acc6fff70dc53 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 5-4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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