1

I am using calendarviewand what I want to change is the background view of date,now suppose if user has clicked on 15th December so after clicking on it a image which is stored in drawable folder should appear instead of 15th. Is there any method so that I can get all the date as a separate view or any other idea ?

The Hungry Dictator
  • 3,444
  • 5
  • 37
  • 53
pushpendra chauhan
  • 2,205
  • 3
  • 20
  • 29

1 Answers1

-1

You could extend the native CalenderView to create your own CustomCalendarView and make any desired changes in appearance.

You can find the code for the native CalendarView from here http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/2.1_r2/com/android/calendar/CalendarView.java

Hassaan Rabbani
  • 2,469
  • 5
  • 30
  • 55