This is to complement the ToDo List tutorial located here: https://docs.realm.io/cloud/android-demo-app
- Android Studio >= 3.0
- Clone this repository locally.
- Open Android Studio (>=3.0).
- Open the
Constants.java
file and replaceINSTANCE_ADDRESS
with the address of your Realm Cloud instance without the prependinghttps://
orrealms://
. - Run the project.