Android Open Source - Game hangman HangmanGame






Project Summary

Hangman android game, requesting to a server through REST API for words.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of HangmanGame.

ItemValue
Java File Count12
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null




Java Source Files

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