About the author
Over the past year, I have written several Android applications in my free time, and ported one from C#.
Digger - a game that was originally written in C#. Over the past few years, I have ported it to different languages and platforms. It was first ported to Delphi.NET, then Delphi Win32 and I ported it to Android last year, and added some background music.
Here's 2 screenshots of it, one in normal mode, one in zoomed mode.
Comic Viewers - I developed 3 comic viewers for Dilbert, Pearls before Swine and Get Fuzzy. Here's a screenshot of the Comic Viewer, one with the status bar, and one without.
Screen Timeout Tool - Changes the screen timeout of the Android phone. I placed this on the Android market.
APN Controller - For backing up and restoring the APNs of the Android phone. Placed on the Android market.
SMS Flasher - For sending class 0 SMS to anyone using the Android phone. iPhone couldn't do this! :o)
While experimenting with Android over the past year, I've developed a technique to turn on and off the Android status bar programmatically, and the first beneficiaries were my Comic Viewers.
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!