Skip to content

Latest commit

 

History

History

android-app-multimodule

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ObjectBox Android multi-module app example

This is a very basic example that shows how to use ObjectBox in multiple modules of an Android app written in Kotlin.

There are two feature modules and a main app module depending on them. Each feature module has a repository class wrapping an ObjectBox database:

The app module only interacts with the repository API and does not see how the data is actually stored.

You can see how to

Docs links