android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecylerView notify data change not demonstrated

Hu1buerger opened this issue · comments

I am using another thread to modify the data that is displayed by the recyclerView.
notifying the adapter results in an exception as documented here (https://issuetracker.google.com/37136189)

Is there a way to use adapter.notifyItemChanged(int)?