I\'m trying to update the items of a recycleview using notifyDataSetChanged().
This is my onBindViewHolder() method in the recycleview adapter.
@Over
Using a Handler for adding items and calling notify...() from this Handler fixed the issue for me.
Handler
notify...()