Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.35 KB

File metadata and controls

22 lines (16 loc) · 1.35 KB

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