I've surprised the hell out of myself due to the fact that I haven't yet written about my man-crush on Google's Protocol Buffers (other than showing how to build a CI server for $5). … [Read more...]
4 Methods of Debugging Android Apps
If debugging is the process of removing software bugs, then programming must be the process of putting them in. - Edsger Dijkstra … [Read more...]
Changing Android’s Locale Programmatically
Oh, the hacks we do to support user requirements... … [Read more...]
Object Animation in Android
Object animation is something that seems to be very common in Android apps, however, I've noticed that a lot of the examples of it on StackOverflow and elsewhere on the internet seem to skip out on some crucial information. … [Read more...]
Android Libraries – The Catch… 64k Method Limit
I ended my last post about Android Libraries talking about "The Catch" - and no, I'm not referring to any memorable sports moments. I'm talking about the pain-in-the-ass 64k method limit in Android apps that ALWAYS pops up at the wrong time. … [Read more...]