# objectbox-sync-examples **Repository Path**: mirrors_objectbox/objectbox-sync-examples ## Basic Information - **Project Name**: objectbox-sync-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-23 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ObjectBox Sync Examples [Website][1] | [Developer documentation][2] | [Examples](#sync-examples) This repository contains examples demonstrating ObjectBox Sync capabilities. [ObjectBox Sync][1] synchronizes data between devices and servers. It's an "offline-first" solution, meaning your app works even when the network doesn't. Data is kept in sync automatically when the network is available. Learn more on the [Sync website][1] and [developer documentation][2]. ## Prerequisites To run the examples, you need to have: * Docker to run the ObjectBox Sync Server (see [sync-server.md](sync-server.md) for details). * At least one of the client development platforms (e.g. Android SDK, Flutter SDK, Go SDK, xCode for Swift, etc.). ## Sync Examples The following examples demonstrating Sync capabilities are available in this repository (more to come): 1. [Task Manager App](/tasks): A simple task manager app that serves as a basic introduction to ObjectBox Sync. [1]: https://objectbox.io/sync/ [2]: https://sync.objectbox.io/ ## License The examples in this repository are licensed under the Apache License, Version 2.0. ```text Copyright 2025 ObjectBox Ltd. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` More info about other ObjectBox components are available in the [FAQ](https://objectbox.io/faq/#license-pricing).