Doist / Doist/RecyclerViewExtensions
Support multiple levels of sticky headers
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Java
- Stars
- 494
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
My company has a use case where we want to show multiple levels of sticky headers, e.g.:
Header A
---------------
Header B <- sticks underneath Header A
--------------
... <- some non-header items
--------------
Header C <- replaces Header B
--------------
...
---------------
Header D <- replaces Header A and Header C
---------------
...
Contributor guide
No contributing guide indexed for this repository
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 reviewing the RecyclerViewExtensions entry points and existing sticky-header behavior to understand how headers are represented and positioned. Define how nested header levels should replace one another, then add coverage for the Header A–D arrangement described in the issue; the feature is done when multiple levels remain correctly stacked and replacement behavior is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100