I'd like to implement an ios style picker on Android with multiple columns, such as this one:
Yes, I know that Android has a slightly different platform default for this kind of UI, but I really like the IOS style that shows the different options above and below and lets you easily drag up and down.
I'm already aware of this DateSlider project, but it's specific for dates, and I want to use it for custom lists. And also it uses horizontal scrolling rather than vertical.
Thanks!
Android DatePicker is a user interface control that is used to select the date by day, month, and year in the android application. DatePicker is used to ensure that the users will select a valid date.
Android Date Picker allows you to select the date consisting of day, month and year in your custom user interface. For this functionality android provides DatePicker and DatePickerDialog components.
Android provides controls for the user to pick a time or pick a date as ready-to-use dialogs. Each picker provides controls for selecting each part of the time (hour, minute, AM/PM) or date (month, day, year).
Then, it's just: datePicker. getDate() .
I was looking for something like that, until I found this widget. This is how it looks like:
Although I still didn't find a way to use it in my app ! Any help will be appreciated :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With