material-components / material-components/material-components-android
[Slider] Haptic feedback
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if the slider had haptic feedback, especially since Android has effects specifically for this ([`SEGMENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_TICK) and [`SEGMENT_FREQUENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_FREQUENT_TICK)).
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 locating the slider implementation and its existing interaction or feedback entry points. Review Android's SEGMENT_TICK and SEGMENT_FREQUENT_TICK documentation, then define and implement the feedback behavior; done means the slider provides the requested haptic response without disrupting normal interaction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100