Skip to content

mariojuni/objectbox-examples

 
 

Repository files navigation

ObjectBoxExamples

Examples for ObjectBox, the new superfast object-oriented database.

The basic example is a minimal note taking Android app. There are 3 different variations of this app:

  • objectbox-example: Java based app
  • objectbox-kotlin-example: Kotlin based app
  • daocompat-example: DAO compat is a compatibility layer on top of ObjectBox emulating a greenDAO API

And additionally:

  • objectbox-relation-example: Demonstrating relations (Java based app)

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, the new mobile database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.5%
  • Kotlin 20.4%
  • Shell 0.1%