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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -