android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

RecylerView notify data change not demonstrated #209

Closed Hu1buerger closed 2 years ago

Hu1buerger commented 3 years ago

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)?