Learning how to create a game on Android Platform using Canvas.
HelloGameWorld is hosted in the following web site
https://github.com/jrjuniorsp/HelloGameWorld
If you think the Android project HelloGameWorld 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 HelloGameWorld.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 3 image files in HelloGameWorld. The names of the image files are listed as follows.
droid_1.png ic_action_search.png walk_elaine.png
The following screenshort is generated from the image listed above.
HelloGameWorld has the following Java source files.
com.example.hellogameworld.MainActivity.java com.example.hellogameworld.components.Speed.java com.example.hellogameworld.model.Droid.java com.example.hellogameworld.model.ElaineAnimated.java com.example.hellogameworld.thread.MainThread.java com.example.hellogameworld.thread.MonkeyIslandThread.java com.example.hellogameworld.view.MiniGamePanel.java com.example.hellogameworld.view.MonkeyIslandGamePanel.java