Endless-RecyclerView
Endless-RecyclerView copied to clipboard
add item or remove item not working
hello , when i use notifyItemInserted() and notifyItemRemoved() , the UI did not update
That is my problem too... Have you solved that?
Try to use recyclerview.getAdapter() instead of your custom adapter