realm / realm-android-adapters

Adapters for combining Realm Java with Android UI components and framework classes
realm.io
Apache License 2.0
414 stars 134 forks source link

is there any update to this repo? #131

Closed jmrbcu closed 7 years ago

jmrbcu commented 7 years ago

Is someone updating this repo, for instance, support for RxJava2 wit Realm?

cmelchior commented 7 years ago

RxJava2 support was released with Realm Java 4.0.0 https://github.com/realm/realm-java/blob/master/CHANGELOG.md#400-2017-10-16

This repo should work fine with both RxJava1 and 2?

Zhuinden commented 7 years ago

RealmRecyclerViewAdapter already handles automatic updates internally using OrderedRealmCollectionChangeListener, so there isn't really a point in making it use Rx for the sake of using Rx.

The library is compatible with Realm 3.x and 4.x alike.