https://github.com/objectbox/objectbox-sync-examples
https://github.com/objectbox/objectbox-sync-examples
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectbox/objectbox-sync-examples
- Owner: objectbox
- License: apache-2.0
- Created: 2025-03-22T10:11:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T08:28:06.000Z (9 months ago)
- Last Synced: 2025-06-05T12:09:36.841Z (8 months ago)
- Language: Java
- Size: 1000 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).