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

More advanced ObjectServer example #6448

Open
wants to merge 10 commits into
base: cm/upgrade-gradle
Choose a base branch
from

Conversation

cmelchior
Copy link
Contributor

@cmelchior cmelchior commented Feb 28, 2019

NOTE: No reason to do a thorough review of this PR yet as it still needs to be rebased on master.


This PR adds a more complex example showing integration with Realm Object Server.

It uses a modern approach to architecture using MVVM with LiveData/ViewModel. It uses Kotlin.

It also shows how you can combine two Results from different Realms using RxJava/DiffUtil and still get fine-grained animations in RecyclerViews.

We haven't released AndroidX Realm Android adapters yet, so the files are copied into this project for now. This should be replaced with a proper 4.0 release of the Andoid Adapters.

More details in the README: https://github.com/realm/realm-java/compare/cm/upgrade-gradle...cm/objectserver-advanced-example?expand=1#diff-a1a06a4605c515bd4c6f46fb0b4bcdf1

TODO

@cmelchior cmelchior self-assigned this Feb 28, 2019
@cmelchior cmelchior requested review from nhachicha and removed request for nhachicha February 28, 2019 21:00
@Zhuinden
Copy link
Contributor

Now I know what you've been working on all this time 😮

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants