Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 5, 2024 05:54
Show Gist options
  • Select an option

  • Save codeforfun-jp/5170c9980970cecc02f4c157e13d4d5e to your computer and use it in GitHub Desktop.

Select an option

Save codeforfun-jp/5170c9980970cecc02f4c157e13d4d5e to your computer and use it in GitHub Desktop.
[Java Quiz ver2] 4-3
@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