Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information about change #3803

Closed
evgenysuetin opened this issue Nov 16, 2016 · 2 comments
Closed

Information about change #3803

evgenysuetin opened this issue Nov 16, 2016 · 2 comments

Comments

@evgenysuetin
Copy link

Hi, is there something like RealmCollectionChange class from java in realm?
If not, how to get information about the changes in a table or query?

That problem is that the cause notifyDataSetChange() or notifyItemRangeChanged(0, size()) bad for recyclerView.

@Zhuinden
Copy link
Contributor

Not yet, unfortunately it's being tracked here: #989

@cmelchior
Copy link
Contributor

No, not right now. One work-around could be to use realm.copyFromRealm() and DiffUtils ( https://developer.android.com/reference/android/support/v7/util/DiffUtil.html ), but it will only be feasible for smaller data sets.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants