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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -