What are the things required to develop an android game . Please explain step by step
Android game programming
Collapse
X
-
Tags: None
-
I wrote a list of useful resources for Android development which should be helpful. In your case, I'd recommend having a look at libGDX which is a framework for creating games for Android (and other platforms). There are tutorials and sample projects on the site, so check those out.
EDIT: Is there a specific reason you posted this in the C/C++ forum rather than, say, the Mobile Development forum? Android development is not (in the most part) based on C/C++ but rather on Java.
Comment