# objectbox-examples **Repository Path**: scpro/objectbox-examples ## Basic Information - **Project Name**: objectbox-examples - **Description**: https://github.com/objectbox/objectbox-examples.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-13 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ObjectBoxExamples Java and Kotlin examples for [ObjectBox](https://objectbox.io), the superfast object-oriented database. The basic example is a minimal note taking app. For **Android**, there are: * android-app: Java based note taking app * android-app-kotlin: Kotlin based note taking app * android-app-relations: Demonstrating relations (Java based app) * android-app-daocompat: DAO compat is a compatibility layer on top of ObjectBox emulating a greenDAO API For **plain Java**, you'll find those: * java-main: using ObjectBox in a Java application * java-main-maven: while the primary build system for ObjectBox is Gradle, you can also use Maven 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. Links ----- [ObjectBox Documentation](https://docs.objectbox.io) [ObjectBox Features](https://objectbox.io/features/) [ObjectBox repo](https://github.com/objectbox/objectbox-java) (to report issues)