Android Archive
-
Flixel: Ship Goes Up!
Posted on March 24, 2010 | 2 CommentsThere’s some interesting talks on at this year’s Google IO sessions relating to Android development. While I wait for those to be put on YouTube I’ve been playing with Flixel and ActionScript. After a few hours following some tutorials and trying things out, I managed... -
Android Notes: Debugging
Posted on January 3, 2010 | 1 CommentBy now you’ve probably written a bit of code, and no doubt it’s not working quite right. It’s time to embrace the fantastic world of debugging. Debugging is a bit of a chore, and it can be made even more traumatic by having to use... -
Android Notes: System overview
Posted on January 3, 2010 | No CommentsSo, you’ve got the SDK running, and have a strange confusion about just what exactly is going on. By now you’ve hopefully overcome the culture shock and a lack of a main() function. So… what can this thing do? What is an ‘Activity’? What is...