Feb 24, 2017 · 1 min read
It’s great that you guys are considering RecyclerView integration. How would this work if the RecyclerView.Adapter was directly backed by a RealmResult? I’d imagine the auto-updating RealmResult might pose a challenge for this implementation. Would you need to make a non-auto updating copy of the RealmResult (copy all the RealmObjects into a list) and use that to back the Adapter instead?
