Assignment #3 in the Android development course.
Assignment-3--The-Breakout is hosted in the following web site
https://github.com/karllindmark/Assignment-3--The-Breakout
If you think the Android project Assignment-3--The-Breakout 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 Assignment-3--The-Breakout.
Item | Value |
---|---|
Java File Count | 8 |
Minimum SDK Version | 4 |
Activity Count | 3 |
Raw File Names | res\raw\block.wav res\raw\block_destroyed.wav res\raw\paddle.wav res\raw\wall.wav |
Assignment-3--The-Breakout has the following Java source files.
com.ninetwozero.assignment3.GameActivity.java com.ninetwozero.assignment3.GameOverActivity.java com.ninetwozero.assignment3.MainActivity.java com.ninetwozero.assignment3.datatypes.Ball.java com.ninetwozero.assignment3.datatypes.Block.java com.ninetwozero.assignment3.datatypes.GameSurfaceView.java com.ninetwozero.assignment3.datatypes.Paddle.java com.ninetwozero.assignment3.misc.Constants.java