Android OS App Development: Buttons
After the “Hello World” project, the next project that most people jump into is a simple app that uses buttons.
In this tutorial we will use XML to create the layout of our project and the code the rest in java using the Exclipse IDE.
Eclipse has a built in XML editor (through the Android SDK) that [...]
Mobile Game Engines for iPhone, iPad, & Android: Cocos2D, Corona, ShiVa, Torque, Unity3D, & UNREAL
So you want to make that killer game for a mobile device?! If you want to jump into making the game, then you don’t want to spend time writing the engine (rendering, physics, sound, etc). Here are a few top picks for mobile game engines:
Cocos2D
Cocos2D is an open source (free) engine (LGPL MIT license) available [...]
