-
-
Save codeforfun-jp/20a7111644f5de1c1ec02709d401d7b0 to your computer and use it in GitHub Desktop.
QuizApp 4.1
This file contains 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
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