2012-06-02T15:53:19+00:00 in Chicago, Illinois, United States via web To: Public
android:layout_span is a big help. Thanks to the android devs for including it!2011-11-30T05:43:05+00:00 in Lake Zurich, Illinois, United States via web To: Public
Sent out version 1.0 to the client... the end of a long month of work!2011-11-20T20:28:32+00:00 in Lake Zurich, Illinois, United States via web To: Public
Its a great feeling when you manage to add significant new functionality to a project in less than a day.2011-11-20T16:59:09+00:00 in Lake Zurich, Illinois, United States via web To: Public
Pro Tip: Use this when trying to center an android layout element vertically, and left horizontally: android:gravity="center_vertical|left"2011-11-15T06:11:58+00:00 in Lake Zurich, Illinois, United States via web To: Public
Dealing with strings is almost always a messy affair...2011-11-12T02:31:13+00:00 in Lake Zurich, Illinois, United States via web To: Public
Making good progress on my latest app. If all goes well, I should have a beta version by next week!2011-10-30T15:52:07+00:00 in Lake Zurich, Illinois, United States via web To: Public
First step in understanding source code is to get it to compile...2011-10-29T22:51:12+00:00 in Lake Zurich, Illinois, United States via web To: Public
Programming is like riding a bike. Don't ride for a while and you get worried that you forgot some stuff. Once you start again, its all good2011-10-28T02:25:25+00:00 in Lake Zurich, Illinois, United States via web To: Public
Got a new gig that has a deadline at the end of November. One month of late nights ahead of me!2011-09-27T05:50:34+00:00 in Chicago, Illinois, United States via Gwibber To: Public
It's a great feeling when you finally get to 1.0! :)2011-09-22T03:29:56+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Layout_weight is awesome once you figure out how to use it :)2011-09-16T02:35:06+00:00 in Chicago, Illinois, United States via Gwibber To: Public
WTF? http://is.gd/l4nnrM2011-09-15T02:39:23+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Amazed that the code I wrote in a tired haze actually functioned as expected...2011-09-08T05:31:46+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Not 100% happy with the fix, but it works... so I'll move onto the next problem...2011-09-08T04:55:36+00:00 in Chicago, Illinois, United States via Gwibber To: Public
stumped..2011-09-06T03:38:16+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Just improved the performance of my application by a factor of n!2011-09-05T14:42:54+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Hunting bugs...2011-09-03T19:01:34+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Just added a significant new chunk of code to my project... and it worked with minimal tweaking. Win!2011-09-03T15:38:16+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Ugh, need to rework my tab implementation since a map view needs to be in a mapActivity!2011-09-01T04:41:55+00:00 in Chicago, Illinois, United States via Gwibber To: Public
Holy sh*t... AsyncTask actually worked!