Este repositorio recoge un juego Pong para Android.
PongAndroid-Eclipse is hosted in the following web site
https://github.com/Angrod82/PongAndroid-Eclipse
If you think the Android project PongAndroid-Eclipse 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 PongAndroid-Eclipse.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.VIBRATE |
Raw File Names | res\raw\pong.ogg |
There are 3 image files in PongAndroid-Eclipse. The names of the image files are listed as follows.
button_bg.png ic_action_search.png pong.png
The following screenshort is generated from the image listed above.
PongAndroid-Eclipse has the following Java source files.
com.miprimeraaplicacion.pong.Bola.java com.miprimeraaplicacion.pong.BolaMoveThread.java com.miprimeraaplicacion.pong.Coordenada.java com.miprimeraaplicacion.pong.ElementoPong.java com.miprimeraaplicacion.pong.ElementoPongMovil.java com.miprimeraaplicacion.pong.PongActivity.java com.miprimeraaplicacion.pong.PongGameView.java com.miprimeraaplicacion.pong.PongJuego.java com.miprimeraaplicacion.pong.PongOpciones.java com.miprimeraaplicacion.pong.PongOpcionesActivity.java com.miprimeraaplicacion.pong.PongThread.java com.miprimeraaplicacion.pong.Raqueta.java