Android Open Source - Example project android-shuffle






Project Summary

Example project that shows an effective shuffling algorithm for shuffling a list of items, in this case, a deck of playing cards..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-shuffle.

ItemValue
Java File Count4
Activity Count1

Java Source Files

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