Question

I can't seem to find this, is there a way to show a calendar where you can pick your date instead of the 3 column datepicker widget?

Was it helpful?

Solution

On Android 3.0, there is a CalendarView widget you can use.

On other versions of Android, there is nothing built in for this.

Once the source code to Android 3.0 is released, you can look at perhaps cloning CalendarView for use in your pre-3.0 apps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top