Searching for calendar view date picker for Android ???

When developing an Android application for Android 2.2, I needed to present a date picker having calendar view. Unfortunately prior to Android 3.1, Android SDK  has something like following.

Well, it’s not too bad but what if  you desperately need to provide a calendar view. Mine was something like that 🙂 So I did some search on web to find any open source controllers. I found several good controllers and out of them the best was http://code.google.com/p/android-calendar-view/ which is available under Apache license 2.0 . This is simple and easy to add in to our custom application. All the steps necessary to add this controller are listed under wiki at above URL.

More importantly this seems improving continuously which says this will be even better in future. Special thank goes for people who develop this. Good work, keep it up.