Is there a way to use the date picker that shows up when using a DatePicker? I have implemented the DatePicker that shows the spinners for choosing the month, day and year, but the Calendar date picker would be better.
Asked
Active
Viewed 3,775 times
2 Answers
2
Take a look at CalendarView, just be aware that this is scrollable so it may be not a good idea to put it inside another scrollable view.

Pozzo Apps
- 1,859
- 2
- 22
- 32
-
This worked, but not like I expected. I want the CalendarView to popup in its own sortof "applet," so that the user can scroll through the dates just as they do in Google Calendar when choosing the date for an event. – OKGimmeMoney Jul 03 '14 at 19:56
-
Put it in a AlertDialog and implement OnDateChangeListener – Pozzo Apps Jul 04 '14 at 11:53
-
Is it possible to add google calender in android app – Khurshid Ansari Feb 23 '18 at 08:03
0
You can check Android spinner with date picker, like Google Calendar app or
How to create datePicker and timePicker dialogs in fragment class?
You can also check this blog post.. http://www.codinguser.com/2012/06/time-and-date-inputs-in-android/