Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 440 Bytes

File metadata and controls

16 lines (11 loc) · 440 Bytes

Realm Cloud ToDo List - Android

This is to complement the ToDo List tutorial located here: https://docs.realm.io/cloud/android-demo-app

Requirements:

  1. Android Studio >= 3.0

Setup

  1. Clone this repository locally.
  2. Open Android Studio (>=3.0).
  3. Open the Constants.java file and replace INSTANCE_ADDRESS with the address of your Realm Cloud instance without the prepending https:// or realms://.
  4. Run the project.