android - ExtendedCalendarView PerformClick OnCreate -
i using extendedcalendarview library. reason, need current date automatically click can called getscheduledetails(day);
once app open. know can use performclick
. not sure should put code.
cal.setondayclicklistener(new ondayclicklistener() { @override public void ondayclicked(adapterview<?> adapter, view view, int position, long id, day day) { getscheduledetails(day); });
Comments
Post a Comment