Does Objectbox support resizable containers such as an ArrayList?
I am in the process of moving from Realm to ObjectBox and am working on updating my model classes. I have several instances where the Realm model class uses RealmList<Double> or RealmList<Long> for recording lists of values. The RealmList is a resizable container that implements List so it works well for storing data of unknown sizes. The ObjectBox documentation states that it supports arrays such as double[] and long[]. It also states that it supports List<String> which suggests that it might support a List<> of other types but it’s not explicitly stated.
New Object Box Plugin is not generating the code when building the project
Hello I recently decided to add ObjectBox plugin to my existing project since I’ve been using it in other projects and I like it very much.
I am adding and applying the plugin as always and as its indicated in the Getting Started doc.
This is the project build.graddle buildscript: