It seems ListAdapter with AsyncDifferConfig
and DiffUtil
does not work properly when a RecyclerView has header itemview implemetation, the list always start to display items at bottom upon calling submitList()
. Is there a way to use ListAdapter with header itemview? This is the only possible solution that I saw upon researching and it seems that very little is known on this issue. Is there other way or standard way that Android provides to solve this problem?
Asked
Active
Viewed 361 times
1

Bitwise DEVS
- 2,858
- 4
- 24
- 67
-
I am also facing the same issue. Please let me know if you have figured it out – hushed_voice Jun 10 '22 at 09:31
-
@hushed_voice you can use `ConcatAdapter` instead – Bitwise DEVS Jun 10 '22 at 12:42