views:

310

answers:

5

Hi experts, I would be obliged if someone could provide me a solution as to which component to be used so that I can display a fairly good looking calendar in my Android application.

I kept browsing for a solution for the past two days, but unfortunately could not find a solution. Since this is a very basic requisite, I am sure that there will be a perfect solution for this.

Please help with suggestions, comments and solutions.

Any help in this regard is well appreciated.

Looking forward, Regards, Rony

A: 

This? http://developer.android.com/reference/android/app/DatePickerDialog.html

Rob Kent
This won't suffice, because it only allows the user to select a date. The DatePicker doesn't actually display a calendar.
Paul Lammertsma
A: 

This is the normal date picker stuff. I am searching for a better calendar to be placed in my app.

Rony
This appears to be a response to Rob's answer. Please post it as a comment instead of an answer.
Paul Lammertsma
A: 

also looking for a full calendar. the stock one isn't very useful.

Kyith
A: 

I am also looking for a full calendar instead of the datepicker widget ...

chrisonline
A: 

The only way to do this is to develop your own calendar widget from scratch

jonney