Android - is there a way to fill a CalendarView before displaying it? -
i'm trying find way use calendarview in app, should have data preloaded before being displayed (some days have time slots busy, according user's info stored in db). best way it?
thanks in advance.
set view visible after operations.
calendarobect.setvisibility(view.invisible); //(do stuff) calendarobect.setvisibility(view.visible);
Comments
Post a Comment