You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's horribly inefficient, calling notifyDataSetChanged() whenever there is any change in the cursor, making the RecyclerView do work for each item all over again.
The text was updated successfully, but these errors were encountered:
The RecyclerView.Adapter uses a Cursor to use the data from our ContentProvider:
https://github.com/murraycu/android-galaxyzoo/blob/master/app/src/main/java/com/murrayc/galaxyzoo/app/ListCursorAdapter.java
But it's horribly inefficient, calling notifyDataSetChanged() whenever there is any change in the cursor, making the RecyclerView do work for each item all over again.
The text was updated successfully, but these errors were encountered: