Skip to content

Android: Inter-process Data Observers #893

Description

@greenrobot

With version 2.7 came read-only stores, which is a great fit for using ObjectBox in a multi-process app. For details and an example see here: https://github.com/objectbox/objectbox-examples/tree/main/android-app-multiprocess

So, to make data observers work across we need some IPC (inter-process communication). I'd guess Android broadcasts would be sufficient to the task (e.g. no need for services etc.). Add the type IDs with changes to the broadcast, and that might already be the foundation for this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions