Android Game Programming Video Tutorials
This course of java game programming with the Android API will let us learn the basic concepts of "Game Programming", java game programming and game architecture.
In the next tutorial we will see the following concepts more in detail.
Game Programming concepts
- Game loop
- Game Engine (update and draw)
- Sprites Coalitions detection
- Game resources: images and sounds
Android Specifics
- SurfaceView and holder events management
- Resource management in android = bitmaps and sound
Game Architecture
- Try to split the problem in simple and reusable parts
- Decouple the game logic from the android architecture
<< Index | Drawing an image using SurfaceView >> |