This is a mirror of official site: http://jasper-net.blogspot.com/

How to develop games on Android

| Wednesday, February 16, 2011
One of the biggest markets in smart phones is games.  I am sure most of us would have played around with “Angry Birds” .  In this games tutorial you will learn different methods of developing  “Android Games”

At the end of the post is the video on how the code below works and the zip of all the source files used in this example.

Android Games can be developed in 3 ways

1)   Developing games using Android/Java libraries
2)   Developing games using External Libraries like OpenGL
3)   Developing games by porting existing c-game (pc game) to android.

Before getting started I assume that the reader is familiar with the basics of android programming like using activity, creating views, handling motion/touch events etc.

Also, apart from android sdk and eclipse some other tools are required for the game development. Details of the tools required, how to configure and use them will be explained as and when required. I will recommend to check out our last posts

Read more: Skill Guru

Posted via email from Jasper-net

0 comments: