GitHub - objectbox/objectbox-examples: Examples for ObjectBox Android/Java, the super-fast database (original) (raw)

ObjectBox Java and Kotlin examples

Java and Kotlin examples for ObjectBox (GitHub), the superfast object-oriented database.

For examples in other languages, see the GitHub repository for that language.

Basics

Using Sync

Other

MyObjectBox missing? Build the project!

When you open the project in an IDE like Android Studio for the first time, it will complain that it does not find the class MyObjectBox. This is expected because this class is generated during build time. Thus, once you build the project, everything should be fine.

Issues and feedback

If you are looking for help with how to use ObjectBox see our documentation.

If you found an issue or have feedback about these examples feel free to submit an issue for objectbox-java.

ObjectBox Documentation

ObjectBox Features

ObjectBox GitHub repository

License

Copyright 2017-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.