CalendarListview icon indicating copy to clipboard operation
CalendarListview copied to clipboard

Calendar Not Displayed

Open MadhuriHR opened this issue 8 years ago • 8 comments

The GitHub demo is not displaying Calendar. It is not giving any error or exceptions. I am using Android 4.3.

MadhuriHR avatar Jul 14 '16 11:07 MadhuriHR

have the same issue

jmukiibi avatar Jul 19 '16 17:07 jmukiibi

Change year to 2017 It works.

Joe4545 avatar Jul 22 '16 07:07 Joe4545

@Joe4545 changed the year to 2017, but still it aint working

jmukiibi avatar Jul 22 '16 13:07 jmukiibi

I have the same issue by using Android 4.2

cooldyj avatar Aug 17 '16 06:08 cooldyj

add the following code, and then Calendar shows DayPickerView dayPickerView = (DayPickerView) findViewById(R.id.calendar_picker); dayPickerView.setController(this);

cooldyj avatar Aug 17 '16 06:08 cooldyj

@cooldyj I have added the code,but it still doesn't work.

yumi0629 avatar Sep 06 '16 01:09 yumi0629

I solved it!! Modify the follwing code:

@Override
    public int getMaxYear() {
        return 2017;
    }

The max year should be bigger than your system year!

yumi0629 avatar Sep 06 '16 01:09 yumi0629

The max year should be bigger than your system year! thx!

anhengchangyua avatar Sep 01 '17 08:09 anhengchangyua