Top "Calendarview" questions

CalendarView is a calendar widget for displaying and selecting dates.

How to highlight multiple dates in a android CalendarView programmatically

I need to highlight several dates in a CalendaView. that should look like, I tried setDate(), but it didn't work …

android calendarview
Changing color of single day in calendarview, android

I've got the calendarview in eclipse and now I'm trying to change the appearance of a single day to highlight …

java android eclipse calendarview
How to get date from calendarView() onCreate, with a specific format e.g. DD/MM/YYYY?

I'm trying to get a date from calendar view: calendar = (CalendarView) findViewById(R.id.calendarView); by trying: String selectedDate = calendar.…

java android calendarview
How do I display a CalendarView in an AlertDialog?

I'm trying to display the CalendarView in an Alert Dialog, but all that shows up is the month/year and …

android android-layout android-widget android-alertdialog calendarview
Android CalendarView: How do I get the date in correct format?

The past few days I've been searching for ways to get a 'readable' date out of my calendarview from android 4.0. …

android date-format calendarview
Android custom calendar view disable specific dates

i'm new to android developing and started to develop an booking app. There is a calendar view and i want …

android calendarview
Android Calendar View - How to customize Calendar View to make it like Google Calendar App one?

In recent Google Calendar App , it has a calendar which can be pulled down to show, and display in the …

android calendar calendarview
How to reduce size of CalendarView?

May I know how to resize the CalendarView in Android? The CalendarView occupied more than half of the screen. I …

android calendarview
Edit background color of a day in calendar view

in my application, I have to show a calendar in which some days are colored differently (eg with a green …

android android-calendar calendarview
How to go to a selected date in Material Calendar View?

I'm using material-calendarview in my project. I can change the selection of the date using setSelectedDate() method. I've a button …

android calendarview