Android programming - drawing bitmaps in a game loop

Series: Setup, Menu, Drawing, non-Android, Working, Saving state

I will be talking about how to write Android programs that share code with non-Android programs. The program I will be writing is a simple game.

Setup
Menu
non-Android
Working
Saving state

This time we're writing a game loop and drawing images onto a Canvas using a SurfaceView:

Originally posted at 2014-09-21 18:12:36+00:00. Automatically generated from the original post : apologies for the errors introduced.

original post