To Do app built with Realm, inspired by Clear for iOS
This project is deprecated and is no longer actively maintained.
A basic task management app, designed as a homage to Realmac Software’s Clear,
with their knowledge and permission.
Warning: This project is very much a work in progress, being used as a testbed for new Realm technologies.
It is in no way a fully feature-complete product, nor is it ever meant to be an actual competitor for the Clear app.
The Realm Tasks apps uses a Realm Object Server to synchronize tasks between them.
The fastest way to get access to a Realm Object Server is by signing up for a free Realm Cloud trial:
https://cloud.realm.io/login/sign-up.
First download or clone this repo.
pod install
from the RealmTasks Apple
directory in this repo.RealmTasks Apple/RealmTasks.xcworkspace
with Xcode 8.RealmTasks Android
directory in this repo../gradlew installDebug
At this point, you can login, start creating items, managing lists, and you’ll see your actions reflected in real time in other
running instances of the app wether it is the Android, iOS or macOS app.
We recommend that you run at least two instances of the app together to really show off sync in action.
Another useful tool is Realm Studio which is available for macOS, Linux, Windows and allows developers to inspect and manage Realms. Realm Studio is recommended for all developers and can be downloaded from the Realm web site.
/<UserId>/realmtasks
.RealmTasks is designed to be cross platform, so versions for all platforms/languages should be able to sync with each other. There may be slight discrepancies in terms of functionality which will be listed here.
The following modules will be installed as part of the CocoaPods installation:
See CONTRIBUTING.md for more details!
This project adheres to the MongoDB Code of Conduct.
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [email protected].
The source code for RealmTasks is licensed under the Apache License 2.0.