Tag Archives: Android SDK

Adding a Game Menu in Cocos2D for Android

As you create sophisticated games, your games will need to have a “landing” page or menu page with nice graphics and a  button or two to access the main sections of the game. Such buttons popularly are the “start” , … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android | Tagged , , , , , , | 13 Comments

Handling Sound in Cocos2D for Android

Screenshot credits from one of my games – Puzzbox Africa In many games, sound remains a vital component for achieving interactivity. You may need to play short sound clips in response to events e.g when a button is pressed, a … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Education, Programming, Tutorials | Tagged , , , , , , | 5 Comments

Step by Step Guide on How to build your first Slider Puzzle game in Cocos2d for Android – Part 1

In the previous post about setting up cocos2d for android game development, I showed you how to import the cocos2d project into Eclipse and run the sample code included to give an idea of the capabilities/affordances of the Cocos2d game … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Programming, Tutorials | Tagged , , , , , , | 70 Comments

Getting ADB to recognize Samsung Galaxy S2 running cyanogenmod 10.1

… Getting ADB to work on Samsung Galaxy S2 running CyanogenMod 10.1 Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. It is a client-server program that … Continue reading

Posted in Android Tutorials | Tagged , , , , | 5 Comments

Setting up Cocos2D for Android, in Eclipse

… This post is meant to help you set up your first Cocos2D Android Project. Note : The Cocos2D for Android project using in my tutorials are a JAVA port of the Cocos2d-x project written in C/C++ . If you … Continue reading

Posted in Android Tutorials, Cocos2d, Cocos2D for android, Developer Tips, Programming, Tutorials | Tagged , , , , , , | 16 Comments