-1

I am using the native calendar view present in android.I want to change the back ground colour of some of the dates present in the calendar view . I don't find any methods in the documentation . Can some one help me out ?

user2391218
  • 412
  • 6
  • 17

1 Answers1

0

you need to build your own CustomCalenderView

extends the Native CalendarView and build the behaviour that you want to color the background .

or you can use this library : TimesSquare for Android

and think it provide what you are looking for .

and please give me feedback .

Hope That Helps .

  • Thanks ...Do u have any which method I should override ??Are there any other alternate ways ?Do you know any other third party lib which allows the developer to change the background color of the particular dates in the calendar ?? – user2391218 Feb 13 '14 at 09:04