tags:

views:

67

answers:

2

Hi folks

i am new to android .i want to develop 2d games in android.i searched for that i am not finding good tutotial on that please help with books and good tutorials

Thanks in advnace

Aswan

A: 

So what do you want to create? 2D games or 3D games (title and text each say differently)?

2D Programming for games can be done in "Canvas"... you'll find many many tutorials when you google for that...

i.e. http://www.tutorialforandroid.com/2009/06/drawing-with-canvas-in-android.html

3D Development basically is done in OpenGL... the thing is that all depends on what you want to create exactly... There are several 3D engines for Gaming on Android, but you could basically do everything on your own with OpenGL...

evident
A: 

I have no direct experience with it but AndEngine looks kewl. http://code.google.com/p/andengine/ I am looking forward to playing with it when I get some time. The demo's are impressive.

Jim