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

Popular posts from this blog

javascript - Add class to another page attribute using URL id - Jquery -

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -