Can anyone tell me how to use calendar view in application?
I want to get number of days selected by user and also need to get option to select multiple days.
Can anyone tell me how to use calendar view in application?
I want to get number of days selected by user and also need to get option to select multiple days.
Android does not offer any calendar view in the SDK.so developer can import and use CalendarView to display a specified date in a month view, or let user pick up a date from it. try this link here is a demo of calender view