Question

I am looking for a calendar to be displayed on the screen.. As per my knowledge the CalenderView widget is available from API level 11 .. Can the CalendarView be made compatible for API 10(Android 2.3.3)?

Was it helpful?

Solution

Unless they put it in the next version of the support libs, the answer is no. You will need another calendar widget like this

http://code.google.com/p/android-calendar-view/

Instructions : http://code.google.com/p/android-calendar-view/wiki/HowToUse

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top