CymChad / CymChad/BaseRecyclerViewAdapterHelper

分组数据缺失问题

Open
#3,508 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.