Android Open Source - Game play cards






Project Summary

Android app for playing card games.

Web Site / Source Repository

cards is hosted in the following web site
https://github.com/mrm1st3r/cards

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

ItemValue
Java File Count37
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version15
Activity Count7
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN




Resource Files

There are 1 image files in cards. The names of the image files are listed as follows.

logo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

cards has the following Java source files.

com.github.mrm1st3r.cards.Cards.java
com.github.mrm1st3r.cards.MainActivity.java
com.github.mrm1st3r.cards.RulesActivity.java
com.github.mrm1st3r.cards.game.BluetoothPlayer.java
com.github.mrm1st3r.cards.game.Card.java
com.github.mrm1st3r.cards.game.Gameplay.java
com.github.mrm1st3r.cards.game.LocalPlayer.java
com.github.mrm1st3r.cards.game.Player.java
com.github.mrm1st3r.cards.game.ThirtyOne.java
com.github.mrm1st3r.cards.game.ui.ClientGameActivity.java
com.github.mrm1st3r.cards.game.ui.GameActivity.java
com.github.mrm1st3r.cards.game.ui.HostGameActivity.java
com.github.mrm1st3r.cards.lobby.LobbyActivity.java
com.github.mrm1st3r.cards.lobby.LobbyCreateActivity.java
com.github.mrm1st3r.cards.lobby.LobbyFragment.java
com.github.mrm1st3r.cards.lobby.LobbyJoinActivity.java
com.github.mrm1st3r.connection.AsynchronousConnection.java
com.github.mrm1st3r.connection.OnConnectionChangeHandler.java
com.github.mrm1st3r.connection.OnReceivedHandler.java
com.github.mrm1st3r.connection.ThreadedConnection.java
com.github.mrm1st3r.connection.bluetooth.BluetoothUtil.java
com.github.mrm1st3r.connection.bluetooth.ClientThread.java
com.github.mrm1st3r.connection.bluetooth.ConnectThread.java
com.github.mrm1st3r.connection.bluetooth.ServerThread.java
com.github.mrm1st3r.connection.bluetooth.SimpleBluetoothConnection.java
com.github.mrm1st3r.util.BitmapUtil.java
com.github.mrm1st3r.util.HashMapAdapter.java
com.github.mrm1st3r.util.ResultAction.java