aminography / PrimeDatePicker

PrimeDatePicker is a tool that provides picking a single day, multiple days, and a range of days.
Apache License 2.0
472 stars 52 forks source link

Function named goto unable to use in java file #15

Closed kc18797 closed 4 years ago

kc18797 commented 4 years ago

Change the function named goto in PrimeCalenderview.kt file, as goto label is already reserved by java and is not used as a function name.

Also provide the functionality to add the arrow buttons, for next and previous month on click.

Is there any option to slow down scroll or to give maximum no of months while scrolling. Also, it will be helpful if the scroll is disabled and only buttons will work.

aminography commented 4 years ago

Thanks for your reporting issue. It will be fixed on the next version soon.

aminography commented 4 years ago

An alternative goto function has been provided (goTo) to be able to use it in java. Other recommendations will be added in future releases.

aminography commented 4 years ago

Moved to #30 .