Example project that shows an effective shuffling algorithm for shuffling a list of items, in this case, a deck of playing cards..
android-shuffle is hosted in the following web site
https://github.com/roschler/android-shuffle
If you think the Android project android-shuffle listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-shuffle.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
android-shuffle has the following Java source files.
com.example.robert.shuffle.ApplicationTest.java com.example.robert.shuffle.DeckOfCards.java com.example.robert.shuffle.PlayingCard.java com.example.robert.shuffle.ShuffleActivity.java