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? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -