RealmRxNotifications

Additional

Language
Java
Version
N/A
Created
Jan 7, 2016
Updated
May 8, 2018 (Retired)
Owner
mansonheart (ZherebtsovAlexandr)
Contributors
mansonheart (ZherebtsovAlexandr)
Johnny Five (johnnyfivedev)
2
Activity
Badge
Generate
Download
Source code

RealmRxNotifications

Reactive layer (similar to the repository pattern) for the Realm. Main idea is to use reactive layer for accessing the Realm. If you make a request to the layer it will always return an Observable. The layer remembers entity and predicate and returns Observable in the future. If entity will be changed, the subject will find out about it.