java - CalendarView and onSelectedDayChange method -
I have a calendar view that opens an alert dialog when you select the day for this piece of code: / P>
calendar = (calendar view) rootview.findvibid (rid calendarView); Calendar.setOnDateChangeListener (New CalendarView.OnDateChangeListener () {Override the public at @SelectedDayChange (see calendar view, int year, int month, int day) {// Make AlertDialog}} The only thing is that, when I scroll to change the calendar in the month, then the above method says. Is there any way to stop it from happening?
Comments
Post a Comment