Source code from Tuts+ tutorial - Android SDK: Create a Hangman Game.
android-hangman-game is hosted in the following web site
https://github.com/SueSmith/android-hangman-game
If you think the Android project android-hangman-game 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 android-hangman-game.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 2 |
There are 4 image files in android-hangman-game. 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
The following screenshort is generated from the image listed above.
android-hangman-game has the following Java source files.
com.example.hangman.GameActivity.java com.example.hangman.LetterAdapter.java com.example.hangman.MainActivity.java