-
-
Notifications
You must be signed in to change notification settings - Fork 436
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Feature Request
Android Picker is actually a service opening a dialog (see Android TimePickerDialog).
But Android TimePicker is not just meant to be inside a dialog as far as documentation says
For a dialog using this view, see TimePickerDialog. See the Pickers guide for more information.
It could be a View/Fragment embeddable within a View or scene (as iOS Picker).
Why it is needed
When iOS control is already displayed, Android is embedded in a Dialog, so:
- worse user xp in android - Android user need 1 more action (compared to iOS one to be able to edit)
- More chance Android user misses the input - iOS user already see what he is supposed to edit (date or time) and what is default value in the same time
Possible implementation
Picker for android could have an option to display TimePicker within a View as a Component and not a service ( Android TimePickerDialog would be just for service or dialog use-case ).
Swaagie, henninghall, renato, PritulaRoman, FDiskas and 21 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed