Endless-RecyclerView icon indicating copy to clipboard operation
Endless-RecyclerView copied to clipboard

add item or remove item not working

Open adewu opened this issue 8 years ago • 2 comments

hello , when i use notifyItemInserted() and notifyItemRemoved() , the UI did not update

adewu avatar Jul 29 '16 06:07 adewu

That is my problem too... Have you solved that?

GHEEV avatar Sep 06 '16 03:09 GHEEV

Try to use recyclerview.getAdapter() instead of your custom adapter

MIkeeJY avatar May 17 '17 15:05 MIkeeJY