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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -