Saturday, March 26, 2011

Earth Hour 2011

At 8:30 PM on Saturday 26th March 2011, lights will switch off around the globe for Earth Hour and people will commit to actions that go beyond the hour.


This Earth Hour we want you to go beyond the hour, so after the lights go back on think about what else you can do to make a difference.
Together our actions add up.

Thursday, March 24, 2011

Android Development

I've been working on my first Android game for a few months now (it's taking longer than I expected) and since the the main purpose of this blog was Android development, after today I'm going to publish some tutorials explaining how everyone can develop simple games for Android.

Before starting with the basics, we need to:
Finish those 2 steps before reading any further.

Now, let's install and configure the ADT plugin.

The Android Development Tools (ADT) is a plugin for the Eclipse IDE that extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.