Our CS222 group Android app Project..
InBetween is hosted in the following web site
https://github.com/EPICmynamesBG/InBetween
If you think the Android project InBetween 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 InBetween.
Item | Value |
---|---|
Java File Count | 35 |
Supported screen sizes | [tvdpi, mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 7 |
jar files used | android-support-v4.jar |
Asset File Names | assets\txt\Rules.txt assets\txt\Rules_es.txt assets\txt\Rules_fr.txt assets\txt\Rules_ne.txt assets\xml\standard.xml |
There are 74 image files in InBetween. The names of the image files are listed as follows.
bet_default.png bet_focused.png bet_pressed.png card_ace_of_clubs.png card_ace_of_diamonds.png card_ace_of_hearts.png card_ace_of_spades.png card_back.png card_eight_of_clubs.png card_eight_of_diamonds.png card_eight_of_hearts.png card_eight_of_spades.png card_five_of_clubs.png card_five_of_diamonds.png card_five_of_hearts.png card_five_of_spades.png card_four_of_clubs.png card_four_of_diamonds.png card_four_of_hearts.png card_four_of_spades.png card_jack_of_clubs.png card_jack_of_diamonds.png card_jack_of_hearts.png card_jack_of_spades.png card_king_of_clubs.png card_king_of_diamonds.png card_king_of_hearts.png card_king_of_spades.png card_nine_of_clubs.png card_nine_of_diamonds.png card_nine_of_hearts.png card_nine_of_spades.png card_queen_of_clubs.png card_queen_of_diamonds.png card_queen_of_hearts.png card_queen_of_spades.png card_seven_of_clubs.png card_seven_of_diamonds.png card_seven_of_hearts.png card_seven_of_spades.png card_six_of_clubs.png card_six_of_diamonds.png card_six_of_hearts.png card_six_of_spades.png card_ten_of_clubs.png card_ten_of_diamonds.png card_ten_of_hearts.png card_ten_of_spades.png card_three_of_clubs.png card_three_of_diamonds.png card_three_of_hearts.png card_three_of_spades.png card_two_of_clubs.png card_two_of_diamonds.png card_two_of_hearts.png card_two_of_spades.png default_default.png default_focused.png default_pressed.png help_default.png help_focused.png help_pressed.png pass_default.png pass_focused.png pass_pressed.png play_default.png play_focused.png play_pressed.png pot.png resumebutton_default.png resumebutton_pressed.png settings_default.png settings_focused.png settings_pressed.png
The following screenshort is generated from the image listed above.
InBetween has the following Java source files.
com.BSU.inbetween.activities.ErrorDialog.java com.BSU.inbetween.activities.GameOverDialog.java com.BSU.inbetween.activities.GameSavedDialog.java com.BSU.inbetween.activities.GameWonDialog.java com.BSU.inbetween.activities.HelpActivity.java com.BSU.inbetween.activities.InGameActivity.java com.BSU.inbetween.activities.LeaveGameDialog.java com.BSU.inbetween.activities.MainScreenActivity.java com.BSU.inbetween.activities.PausedActivity.java com.BSU.inbetween.activities.SaveGameDialog.java com.BSU.inbetween.activities.SettingsActivity.java com.BSU.inbetween.activities.SettingsDefaultDialog.java com.BSU.inbetween.activities.SettingsSavedDialog.java com.BSU.inbetween.activities.SharedValues.java com.BSU.inbetween.util.SystemUiHider.java com.BSU.inbetween.util.SystemUiHiderBase.java com.BSU.inbetween.util.SystemUiHiderHoneycomb.java com.edu.BSU.inbetween.common.AI_Bet.java com.edu.BSU.inbetween.common.AI_Player.java com.edu.BSU.inbetween.common.Card.java com.edu.BSU.inbetween.common.CardMapper.java com.edu.BSU.inbetween.common.CardXMLParser.java com.edu.BSU.inbetween.common.Dealer .java com.edu.BSU.inbetween.common.GameObjects.java com.edu.BSU.inbetween.common.GameSession.java com.edu.BSU.inbetween.common.Hand .java com.edu.BSU.inbetween.common.HelpTextParser.java com.edu.BSU.inbetween.common.InBetweenRules.java com.edu.BSU.inbetween.common.Money.java com.edu.BSU.inbetween.common.Player.java com.edu.BSU.inbetween.common.Pot.java com.edu.BSU.inbetween.common.RandomNumberGenerator .java