Monthly Archives: January 2011

Android Honeycomb SDK preview out

The competition on the market for tablets is finally intensifying. Soon the Motorola Xoom and Toshiba tablet will be released to the general public and everyone will finally be able to choose a serious tablet that’s not an iPad. These new tablets will feature Google’s tablet optimized version of Android, 3.0 – Honeycomb. Many are slated to follow containing the same OS.

Quite a few sources on the net have already posted their comments on this new Android release, ranging from potential iPad killer to absolute rubbish. I’ve been taken with Android since it was released so I can’t claim to be unpartial but I’m definately impressed by the way it looks. Screenshots are everywhere on the net, have a look and judge for yourself.

Also, Google released a Honeycomb Preview Video that quite clearly shows the immense progress they’ve made with the Android platform. It’s really starting to look like a proper tablet OS. Read more »

GZip RestTemplate

This weekend I created a small application that could gather information from the DISCOGS website using a RESTFul webservice they so very kindly provided. While I already had some previous experience using the RestTemplate provided by Spring I figured it would be a good idea to start there.

As with most of things IT related it didn’t all go according to plan. The RestTemplate I used didn’t support the gzip stream that was returned by the REST service published by Discogs. So how to fix this? There are two ways. Read more »