You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| setListener(listener: Listener) | set listener for year, month and day changes
76
+
| setListener(listener: Listener) | set a listener for the year, month, and day changes
74
77
75
78
## Implementation suggestion
76
-
As this clas needs to be customized based off of your special UI needs and conditions,
79
+
As this class needs to be customized based on your special UI needs and conditions,
77
80
I suggest that you create a class that extends the [**PersianDatePicker**](https://github.com/razavioo/PersianDatePicker/blob/master/PersianDatePicker/src/main/java/com/razavioo/persiandatepicker/PersianDatePicker.kt) class and has initialized with all your special configurations. then use this class instead of the general class.
78
81
In the [sample](https://github.com/razavioo/PersianDatePicker/blob/master/app/src/main/java/com/razavioo/sample/MyPersianDatePicker.kt), I have created one and you can get the idea by watching it.
0 commit comments