All Projects → realm → Realm Tasks

realm / Realm Tasks

Licence: apache-2.0
To Do app built with Realm, inspired by Clear for iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Realm Tasks

Realm.json.extensions
Extension Methods for adding JSON APIs to a Realm Instance
Stars: ✭ 9 (-97.56%)
Mutual labels:  realm, xamarin
Realm Dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
Stars: ✭ 927 (+151.22%)
Mutual labels:  realm, xamarin
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-13.82%)
Mutual labels:  xamarin
Http Auth
Node.js package for HTTP basic and digest access authentication.
Stars: ✭ 355 (-3.79%)
Mutual labels:  realm
Puremvc Csharp Standard Framework
PureMVC Standard Framework for C#
Stars: ✭ 335 (-9.21%)
Mutual labels:  xamarin
Realmvideo
An iOS app to watch Realm videos and slides at the same time on your phone.
Stars: ✭ 320 (-13.28%)
Mutual labels:  realm
Mvvmcross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
Stars: ✭ 3,594 (+873.98%)
Mutual labels:  xamarin
Android Orm Benchmark
Performance comparison of Android ORM Frameworks
Stars: ✭ 318 (-13.82%)
Mutual labels:  realm
Pdfsharpcore
Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Stars: ✭ 360 (-2.44%)
Mutual labels:  xamarin
Stprivilegedtask
An NSTask-like wrapper around the macOS Security Framework's AEWP function to run shell commands with root privileges in Objective-C / Cocoa.
Stars: ✭ 335 (-9.21%)
Mutual labels:  cocoa
Ammyui
Ammy language repository
Stars: ✭ 356 (-3.52%)
Mutual labels:  xamarin
Prism Samples Forms
Samples that demonstrate how to use various Prism features with Xamarin.Forms
Stars: ✭ 327 (-11.38%)
Mutual labels:  xamarin
Habitica Ios
Native iOS app for Habitica
Stars: ✭ 324 (-12.2%)
Mutual labels:  realm
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+847.43%)
Mutual labels:  realm
Easyrealm
EasyRealm is a micro-framework that helps you use Realm.
Stars: ✭ 320 (-13.28%)
Mutual labels:  realm
Coteditor
Lightweight Plain-Text Editor for macOS
Stars: ✭ 4,129 (+1018.97%)
Mutual labels:  cocoa
Messagepack Csharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Stars: ✭ 3,668 (+894.04%)
Mutual labels:  xamarin
Eshoponcontainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
Stars: ✭ 19,397 (+5156.64%)
Mutual labels:  xamarin
Cocoaseeds
Git Submodule Alternative for Cocoa.
Stars: ✭ 340 (-7.86%)
Mutual labels:  cocoa
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+982.38%)
Mutual labels:  cocoa

Realm Tasks (DEPRECATED)

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.

Realm Tasks

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.

Requirements

Cocoa

  • Xcode 8.
  • CocoaPods 1.0.1.

Android

  • Android Studio 2.2 with Android API 25
  • An emulator, Genymotion or a real device attached and running.

1. Get the Realm Object Server

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.

2. Build and Run RealmTasks

First download or clone this repo.

Cocoa

  1. Run pod install from the RealmTasks Apple directory in this repo.
  2. Open RealmTasks Apple/RealmTasks.xcworkspace with Xcode 8.
  3. Select either the "RealmTasks macOS" or "RealmTasks iOS" depending on which platform you'd like to try the app on.
  4. Click the "Build and Run" icon in the upper left of Xcode (play icon).
  5. When the app launches, tap/click "Register" if this is the first time you're trying the app, or "Log In" if you've already created an account.
  6. Optional: If you'd like to run the app on a physical iPhone, you'll need to have code signing set up with Xcode, and the iPhone should be connected on the same local network as your Mac running the object server.

Android

  1. Go to the RealmTasks Android directory in this repo.
  2. Run ./gradlew installDebug
  3. The RealmTask app should now be installed on all attached Android devices and emulators. You need to launch the app manually.

Using RealmTasks

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.

3. Access Realm Files with Realm Studio

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.

  1. Launch the Realm Studio app obtained above and click "Connect to Realm Object Server".
  2. Press "Connect" to connect to the Realm Object Server running locally.
  3. You now see a list of all Realms on the server. The RealmTask file is named /<UserId>/realmtasks.

Compatibility

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.

  • Authentication against Azure Active Directory is only supported in the Xamarin version.

Third Party Dependencies

Cocoa

The following modules will be installed as part of the CocoaPods installation:

  • Realm Swift - The Swift version of the Realm Mobile Database.
  • Realm LoginKit - A Realm control for logging in to Realm servers.
  • Cartography - A library for making it easier to define auto layout constraints in code.
  • SwiftLint - A tool for validating the quality of Swift code.

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

License

The source code for RealmTasks is licensed under the Apache License 2.0. analytics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].