RecyclerView ListAdapter with Header View

392 views Asked by At

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?

0

There are 0 answers