I want to create a quiz, I have 20 items in an ArrayList that is in MainActivity. How do i pick 6 random items from the ArrayList each time i click to Open DetailActivity, passing the random items?
P.S I know how to navigate between activities and passing data through Intents, I just want to know how get 6 random items from the ArrayList.