florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

Using SingleDateAndTimePicker as a NumberPicker #223

Closed dimabran closed 4 years ago

dimabran commented 5 years ago

is it possible to use this library to create a numberpicker with the same design?

momadthenomad commented 4 years ago

I'm not sure what the author's response is, but I don't think this library should do that. Instead, since this library is open source, why don't you study it and use the ideas from this library to create a whole new library for a number picker library?

florent37 commented 4 years ago

yes, to create this lib I forked an existing one, this lib usage is only for dates picker

btw you can use or fork the WheelPicker library to create a NumberPicker : https://github.com/AigeStudio/WheelPicker

(I think WheelPicker can just be used as it to hande your usecase)