Introduction
A short introduction to creating a game on the Android platform using Java
- The first example covers the basics: There are no objectives, but it shows you how you create a basic part of a 2D game using SurfaceView.
- Make sure to save any important data when you create a game; everything else will be lost