CymChad / CymChad/BaseRecyclerViewAdapterHelper
分组数据缺失问题
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 24.6k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
继承自BaseSectionQuickAdapter
Java写法
当实体类数据设置为setHeader(true);时,
这条数据就走不进这个方法protected void convert(@NotNull BaseViewHolder holder,MySection data)
所以正确的做法是为头部单独New 一个实体类并设置setHeader(true);吗?
人类历史一千个未解之谜(^▽^)
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 with BaseSectionQuickAdapter and the protected convert(@NotNull BaseViewHolder holder, MySection data) method named in the issue. Trace how setHeader(true) affects dispatch for section data; no source file or test is identified, so completion would require clarifying the intended header model and expected conversion behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100