Android Open Source - Development course AndroidHangman






Project Summary

Hangman application for Mobile Development course.

Web Site / Source Repository

AndroidHangman is hosted in the following web site
https://github.com/DylanMeeus/AndroidHangman

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

ItemValue
Java File Count10
Target SDK Version19
Minimum SDK Version8
Activity Count5
jar files usedandroid-support-v4.jar
hangman.jar
postgresql-9.3-1102.jdbc4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

AndroidHangman has the following Java source files.

net.itca.androidhangman.activities.ControllerActivity.java
net.itca.androidhangman.activities.MainActivity.java
net.itca.androidhangman.activities.MenuControllerActivity.java
net.itca.androidhangman.core.AndroidHangmanFacade.java
net.itca.androidhangman.core.DrawingPanel.java
net.itca.androidhangman.core.Player
.java
net.itca.androidhangman.data.OfflineScoreWriter.java
net.itca.androidhangman.data.OnlineScoreWriter.java
net.itca.androidhangman.data.OnlineSource.java
net.itca.androidhangman.interfaces.ScoreWriter
.java