Hangman application for Mobile Development course.
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.
The following table is the detailed list of AndroidHangman.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 5 |
jar files used | android-support-v4.jar hangman.jar postgresql-9.3-1102.jdbc4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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