Skip to content
xiaolong edited this page Jul 7, 2011 · 16 revisions

If you find any good Android resources - or just any helpful links - post them here.

  1. Youtube Android Tutorials - This guy's youtube channel has 35 or so Android SDK tutorial videos. While he assumes that you know NOTHING about programming and the videos can get a little slow, there is some important information in here. This project started off with some of the code from his 34th and 35th videos. I recommend all these videos if you are just starting off with the SDK.

  2. Game Loop with a thread and Sprites - Some random website dedicated to teaching how to make 2d android games. Almost seems too convenient for this source to exist. Explains a lot of reasons why android games use these base programming techniques. (Convinced me to use SurfaceView)

  3. Example on Sprite. / [Another Tutorial] (http://www.droidnova.com/2d-sprite-animation-in-android,471.html)

  4. [simple 2D example.] (http://www.ntu.edu.sg/home/ehchua/programming/android/Android_2D.html) Simple 2D game tutorial about handling keyboard & touch inputs.

  5. Something...

  6. A good blog about game dev. really great tutorial for beginners.

  7. A good example game we are aiming to. This example is complicated but it's a good direction to go.

Clone this wiki locally