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 ?
Asked
Active
Viewed 5,631 times
-1
-
http://stackoverflow.com/questions/16556254/android-calendarview-for-showing-events – Yaroslav Mytkalyk Feb 13 '14 at 09:02
1 Answers
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