Android Open Source - Development assignment Assignment-3--The-Breakout






Project Summary

Assignment #3 in the Android development course.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Assignment-3--The-Breakout.

ItemValue
Java File Count8
Minimum SDK Version4
Activity Count3
Raw File Namesres\raw\block.wav
res\raw\block_destroyed.wav
res\raw\paddle.wav
res\raw\wall.wav




Java Source Files

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