-
-
Save codeforfun-jp/5170c9980970cecc02f4c157e13d4d5e to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 4-3
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
| @Override | |
| protected void onCreate(Bundle savedInstanceState) { | |
| /* 省略 */ | |
| Collections.shuffle(quizArray); | |
| showNextQuiz(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment