Skip to content

Examples for ObjectBox Android/Java, the super-fast database

Notifications You must be signed in to change notification settings

dhaval-devstree/objectbox-examples

 
 

Repository files navigation

ObjectBoxExamples

Java and Kotlin examples for ObjectBox, 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

ObjectBox Features

ObjectBox repo (to report issues)

About

Examples for ObjectBox Android/Java, the super-fast database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.7%
  • Kotlin 16.2%
  • Shell 0.1%