PDA

View Full Version : Game development


nakummitul
08-23-2008, 02:09 AM
hi.....

i want to make simple game on Android. :rolleyes:

but i dont know the approach to start.

so any 1 can help me from where i should start? :confused:

and which particular API (package) :confused:

thanks :o

nomad
10-09-2008, 09:57 AM
Learn Java for a start then download SDK and go through the sample apps - learn from it and think about it for a while. Is it still worth it, can you do it ?
If you're still with me, then start coding.
Good luck!

xeorene
10-16-2008, 01:18 AM
firstly do you have you hands on the android SDK?

If yes you can try out this simple demo
http://code.google.com/android/samples/LunarLander/index.html

If you're new. I'd recommend starting with a simple hello worold application.

http://code.google.com/android/intro/hello-android.html

have fun coding...