Android Open Source - Game draw poker






Project Summary

Android 5-card draw game.

Web Site / Source Repository

poker is hosted in the following web site
https://github.com/juhank/poker

If you think the Android project poker 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 poker.

ItemValue
Java File Count8
Supported screen sizes[mdpi]
Activity Count1
Fragment Count1

Resource Files

There are 53 image files in poker. The names of the image files are listed as follows.

b2fv.png
c10.png
c11.png
c12.png
c13.png
c14.png
c2.png
c3.png
c4.png
c5.png
c6.png
c7.png
c8.png
c9.png
d10.png
d11.png
d12.png
d13.png
d14.png
d2.png
d3.png
d4.png
d5.png
d6.png
d7.png
d8.png
d9.png
h10.png
h11.png
h12.png
h13.png
h14.png
h2.png
h3.png
h4.png
h5.png
h6.png
h7.png
h8.png
h9.png
s10.png
s11.png
s12.png
s13.png
s14.png
s2.png
s3.png
s4.png
s5.png
s6.png
s7.png
s8.png
s9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

poker has the following Java source files.

com.juhan.poker.MainActivity.java
com.juhan.poker.model.Card.java
com.juhan.poker.model.Dealer.java
com.juhan.poker.model.Game.java
com.juhan.poker.model.Player.java
com.juhan.poker.util.GameThread.java
com.juhan.poker.util.RankEvaluator.java
com.juhan.poker.view.CardView.java