material-components / material-components/material-components-android
[MaterialDatePicker] [MaterialTimePicker] Create MaterialDateTimePicker
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
It would seem pertinent to be able to set the date and time atomically.
**Describe the solution you'd like**
A single dialog which can transition between a date and time picker, perhaps by sliding or tabs (using dots on top). Having a single positive action that produces a DateTime.
**Describe alternatives you've considered**
Calling a date picker and then calling a time picker as a result to the positive action of the date picker. This is functional, but clunky and a subpar user experience.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the MaterialDatePicker and MaterialTimePicker entry points to understand how their dialogs transition and return values. Define the interaction and API for one dialog that selects both date and time atomically, then verify that the resulting DateTime is produced through a single positive action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- design, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100