Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
101 views

I am trying to implement a daily autobackup functionality with Workmanager, to upload the local Objectbox data as a json file to Google Drive. But the code is not working when app is in background or ...
Score of 0
1 answer
74 views

I had this property named reminders in my Task entity. String? reminders; then I deleted it to migrate it to use List<String> instead, unfortunately I realized this later that to migrate the ...
Score of 4
1 answer
822 views

Android Studio Latest, Flutter 3.35.6, sdk: ^3.9.2, Microsoft Windows 11 25H2, Flutter Doctor without warnings. Create a new Flutter project (Android & iOS) and without touching the generated code,...
Score of 1
1 answer
89 views

I'm using objectbox-java on my Android app. One of the features I'm implementing requires to switch on and off a flag on certain ObjectBox entities, which can reach the 100.000+ count for some users. ...
Score of 1
1 answer
162 views

I'm unable to ship my Flutter app with a pre-built database. Below is my approach; it would be greatly appreciated if this intent of shipping a database and the steps involved are validated. Thank you....
Score of 0
2 answers
290 views

My project runs Flutter on an Android emulator. I just started using Objectbox and I am able to write and read data from the database. Now I want to setup ObjectBox Admin Web App. I followed the ...
Score of 0
0 answers
49 views

I have an Android project that has been running for several years with ObjectBox version 3.1.3. I have several Entities, some of which have ToOne and/or ToMany relationships pointing to others. The ...
Score of 0
1 answer
83 views

I have gotten ObjectBox sync server up and running with no authentication just to verify syncing of data and initial testing. I would now like to try enabling authentication and try using the user/...
Score of 1
1 answer
94 views

I am converting a project from Realm to ObjectBox. So far it's going well but I did run into an issue that causes some serious problems in my code. When using Realm to link to a list of other objects,...
Score of 0
0 answers
106 views

Efficient hybrid vector/keyword search is a common pattern for RAG in many AI applications. I can't see any documentation of whether ObjectBox supports this out of the box. I was expecting full-text ...
Score of 0
0 answers
54 views

I would like to know what the following exception corresponds to: Fatal Exception: io.objectbox.exception.DbDetachedException Cannot resolve relation for detached entities, call box.attach(entity) ...
Score of 0
1 answer
140 views

I am just trying out ObjectBox and sync server. I have a very simple sync scenario where I have multiple users for example user_A and user_B. Each user may have multiple devices, for example user_A ...
Score of 0
0 answers
63 views

Does anyone know how we can store images obtained from a URL to object box ? This is what i currently have: @Entity() class ServiceModel { @Id() int id = 0; @Unique() final String identifier; ...
Score of 1
0 answers
71 views

I am using ObjectBox Admin in Windows through WSL (Docker in WSL, using objectbox-admin.sh) and accessing a db file in Documents folder (shared with WSL). From a browser I can access the contents in ...
Score of 0
1 answer
153 views

I'm trying to locally cache a model I'm getting from an API, the model is as follows: data class Subject( val id: Long, val meanings: List<Meaning> // It has more fields, but they ...

15 30 50 per page
1
2 3 4 5
28