You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android-app-kotlin: a note taking app that shows how to define the data
model, indexes and relations, create a store, put and get data, use Admin UI and create unit tests.
android-app: a more basic variant of the above written in Java.
android-app-daocompat: shows how to use the DAOcompat compatibility layer to help migrate from greenDAO.
java-performance: a command-line application that runs performance tests with ObjectBox.
MyObjectBox missing? Build the project!
If the MyObjectBox class can not be found, make sure to build the project first.
This and other ObjectBox related classes are generated when building the project.
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.
About
Examples for ObjectBox Android/Java, the super-fast database