daimajia / daimajia/AndroidViewHover
Bad recycling in RecyclerView
Open
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 712
- PR merge metrics
- No merged PRs in 30d
Description
In a RecyclerView (I think it causes the same problem in ListView or GridView), when I set an HoverView on a cell, after scrolling, the HoverView is not recycled.
So, if I select one visible item and scroll, I find the state of the previously selected item in another item of the list.
Do you have an idea of the correct way to implement HoverView recycling on scroll ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.