genru/android-calendar-view

First day of week error

Opened this issue · 5 comments

Change 

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH)); 

to

mHelper = new MonthDisplayHelper(mRightNow.get(Calendar.YEAR), 
mRightNow.get(Calendar.MONTH), mRightNow.getFirstDayOfWeek());

Original issue reported on code.google.com by mtu...@gmail.com on 3 Oct 2011 at 11:43

thanks for your report.

this patch will be integrated into next build.

Original comment by outlooks...@gmail.com on 9 Oct 2011 at 5:55

  • Changed state: Accepted
Hi can anyone help how to mark events for particular dates in this calendar....

Original comment by mukeshba...@gmail.com on 13 Oct 2011 at 4:37

through code i have to mark some particular date by placing image over that 
date, so when user clicks on the marked date some popup ll be opened...can 
anyone help me to implement this....

Original comment by mukeshba...@gmail.com on 13 Oct 2011 at 6:15

calender made by imageview
humm.............

Original comment by BluthMatter@gmail.com on 20 Jun 2014 at 5:54

:-)

Original comment by outlooks...@gmail.com on 21 Jun 2014 at 5:20