I'm trying to implement CalendarView , an absurd amount of time appears on the screen (about 10 seconds), it loads only the headers of the month and week, it does not display calendar content.
Using the same code from this video , but not seeing the same result. I try to run it in a dialog box:
CalendarView calendarView = new CalendarView(this); dialog.setContentView(calendarView);
but when I tried to put it into action, it took the same amount of time to load and didn’t display correctly in the same way.
android android-3.0-honeycomb android-ui calendarview
Graham
source share