material-components / material-components/material-components-android
[SideSheet] Add `SideSheetDialogFragment`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Feature request to add `SideSheetDialogFragment` (by analogy with [`BottomSheetDialogFragment`](https://github.com/material-components/material-components-android/blob/8f5a04c62b23aee01fa68aae8b467d7eb7c5e6ed/lib/java/com/google/android/material/bottomsheet/BottomSheetDialogFragment.java)).
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 lib/java/com/google/android/material/bottomsheet/BottomSheetDialogFragment.java, which the issue identifies as the reference implementation. Determine the corresponding SideSheetDialogFragment scope by analogy, and consider the work complete when that component has been added with equivalent behavior for a side sheet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100