Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing an application where i need to build a custom calendar.there is a button to add date to the calendar "Add To Calendar",which on click should highlight or change the color of added date.i don't have any idea how to do this nor i am getting any relevant tutorials,guys please help!... let me know if i am not clear enough.Thanks
Posted
Comments
Andrei Straut 26-Sep-12 8:50am    
How are you displaying this custom calendar? What objects are the dates in it? If they are default Android objects, then I'm sure they'll have something along the lines of object.setBackground(Color color). If it's a custom object you're rendering there, you'll have to do it yourself

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900