Skip to content

Have no ability to get limited items list through LiveData #475

@georgiscoolman

Description

@georgiscoolman

I can use find() to get limited items count from query
public List<T> find(final long offset, final long limit)

But unfortunately there is no ability to do the same with LiveData, as it creates based on Query
public ObjectBoxLiveData(Query<T> query)

And in case of huge data it can be performance problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions