Skip to main content
GameDev.net gamedev.net
🔒 Locked

what are the best android game development tutorial websites

Started by Taylor Ringo Aug 2, 2012 at 8:13 AM 2 replies 8k views
Original Post
Taylor Ringo
Taylor Ringo
hey guys what are the best sites that teaches android development inside and out and that uses eclipse as an IDE?
David.M
David.M
The Official Android Developer page would be a great start. If you don't know Java you'll want to learn it. You can use a canvas to draw your game using the CPU or you can use OpenGL ES 1.x or 2.0. If you don't want to mess with OpenGL then check out frameworks and engines available. I've been using LibGDX which abstracts away the OpenGL and allows you to develop for Windows/Linux/Mac, Android, and the web simultaneously. I've never used it but AndEngine is an Engine if you prefer that over a framework. There is also Unity if you want to use C# and script your games.
ghostbuddie
ghostbuddie
There are a series of very well explained tuts on kilobolt.com

http://www.kilobolt.com/game-development-tutorial.html

I've been following it myself and making a lot of progress. first time programming too.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.