Android Application A simple puzzle application. Learning Android.
PicturePuzzleApplication is hosted in the following web site
https://github.com/sambulosenda/PicturePuzzleApplication
If you think the Android project PicturePuzzleApplication 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 PicturePuzzleApplication.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Activity Count | 3 |
There are 9 image files in PicturePuzzleApplication. The names of the image files are listed as follows.
abouttext.png abouttextpressed.png button_gray_background.png buttonbackgroundpressed.png headspace_mainmenu_background_border.png ic_action_search.png mainmenu_buttonbackground_gradient_off.png mainmenu_buttonbackground_gradient_on.png puzzlepiece.png
The following screenshort is generated from the image listed above.
PicturePuzzleApplication has the following Java source files.
com.picturepuzzle.app.Drawable.java com.picturepuzzle.app.FixedArray.java com.picturepuzzle.app.GameActivity.java com.picturepuzzle.app.InputManager.java com.picturepuzzle.app.MainMenuActivity.java com.picturepuzzle.app.PicturePuzzle.java com.picturepuzzle.app.Piece.java com.picturepuzzle.app.PieceTransitionAnimation.java com.picturepuzzle.app.Rectangle.java com.picturepuzzle.app.Render.java com.picturepuzzle.app.StatsActivity.java com.picturepuzzle.app.Texture.java com.picturepuzzle.app.WinTime.java com.picturepuzzle.interfaces.AABB.java com.picturepuzzle.interfaces.InputManagerReceiver.java com.picturepuzzle.interfaces.RenderHost.java