Hangman android game, requesting to a server through REST API for words.
HangmanGame is hosted in the following web site
https://github.com/SubinPark/HangmanGame
If you think the Android project HangmanGame 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 HangmanGame.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 8 image files in HangmanGame. The names of the image files are listed as follows.
android_hangman_gallows.png android_hangman_head.png android_hangman_leg1.png android_hangman_leg2.png android_hangman_no.png android_hangman_shoe1.png android_hangman_shoe2.png strikingly.png
The following screenshort is generated from the image listed above.
HangmanGame has the following Java source files.
com.example.constant.Action.java com.example.constant.BuildConfig.java com.example.extra.Helpers.java com.example.extra.LetterAdapter.java com.example.hangmangame.GameActivity.java com.example.hangmangame.MainActivity.java com.example.server.comm.AsyncTaskCompleteListener.java com.example.server.comm.GetTestResults.java com.example.server.comm.GuessWord.java com.example.server.comm.InitiateGame.java com.example.server.comm.NextWord.java com.example.server.comm.SubmitTestResults.java