Monday, Oct 10 2011

Hacking around with javap for fun and profit

Poking around with javap, one of the lesser-known Java utilities. Javap lets you see the compiled bytecode, which is useful for understanding the language and writing more efficient code.

Friday, Feb 18 2011

Rotating Touch Events on Android

A quick demonstration of how to handle touch events when the view is rotated

Thursday, Apr 15 2010

Mileage 3.0 in development!

Finally found the time to start on my Mileage overhaul

Wednesday, Apr 7 2010

Resuming development!

I've gotten the all-clear to resume Android development on my projects!

Saturday, Mar 6 2010

Taking a break from mobile development

I'm taking a break from mobile

Monday, Dec 14 2009

How Droid Was Rooted

A quick explanation of how the Droid was recently rooted

Saturday, Dec 12 2009

Rotating Async Tasks

How to handle screen rotations with AsyncTasks on Android

Thursday, Dec 10 2009

LNK2005: _free already defined in LIBCMT.lib

Today when working a project on win32 Visual Studio 2005, I went to compile and got tons of errors similar to above. Here's a sample:

Tuesday, Nov 10 2009

Lazy-Loading Images into a ListView on Android

This seems to be a common question, so I'm going to explain how I solved it.

Sunday, Nov 8 2009

Magnatune API and Source Released!

I finally got around to releasing the source for the Magnatune app and exposing the API