-
Notifications
You must be signed in to change notification settings - Fork 28
Resources
If you find any good Android resources - or just any helpful links - post them here.
-
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.
-
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)
-
Example on Sprite. / [Another Tutorial] (http://www.droidnova.com/2d-sprite-animation-in-android,471.html)
-
[simple 2D example.] (http://www.ntu.edu.sg/home/ehchua/programming/android/Android_2D.html) Simple 2D game tutorial about handling keyboard & touch inputs.
-
Something...
-
A good blog about game dev. really great tutorial for beginners.
-
A good example game we are aiming to. This example is complicated but it's a good direction to go.