Skip to content

androidx support #612

Description

@fbertanha

any prevision for migration to androidx support library? following the docs https://docs.objectbox.io/livedata-arch.-comp. the observe method from LiveData is highlighted red by the ide (not found). opening the ObjectBoxLiveData class the LiveData class is missing android.arch.lifecycle.LiveData.

//observe not found
model.getNoteLiveData(notesBox).observe(this, new Observer<List<Note>>() {
    @Override
    public void onChanged(@Nullable List<Note>; notes) {
        notesAdapter.setNotes(notes);
    }
});

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions