Im currently Using MaterialDateTimePicker library for date picker, And im trying to listen when the user select day from calendar to open another list depends on the day the user selected. I have used dpd.setOnDateSetListener
and public void onDateSet(DatePickerDialog view, int year, int monthOfYear, int dayOfMonth)
but Both are getting triggered only when the user click on OK button and it doesnt trigger right away when the user select the date.
Is theres way to be able to know when the user select data?
from Listener when user pick date using MaterialDateTimePicker
No comments:
Post a Comment