I have started writting some small articles about doing some game dev on the android. These are not opengl tutorials they use the canvas api...hence for beginners. But there still alot that can be done on with canvas for simple games.
The first artivle covers the gameloop and sprites.
http://warriormill.com/2009/10/adroid-g ... p-sprites/
The second builds on the 1st creating a player object and input controls
http://warriormill.com/2009/10/adroid-g ... -controls/
In the next article im going build upon it and make a tile engine that uses a the base of the sprite class, its already coded thats the easy part you can see it in action here http://www.youtube.com/watch?v=ryh8ysPV6Do


I am at work now and eclipse/avd won't work on my computer here (PowerPC-based Mac). So I will reply later tonight when off work and looking at the code on my home computer!

