Skip to content

[Feature] add pagination support #41

@danishjamal104

Description

@danishjamal104

Describe the new feature
API supports pagination and sends the LastEvaluatedKey which can be used to retrieve the next page of data. This support is currently missing in the file listing feature.

Describe the solution you'd like
Store LastEvaluatedKey in shared preference storage and use that in subsequent API calls. Possibly use the existing class that is UserManager to achieve this, since it is already injected.

Device Information:
Add device information if the feature is device-specific

  • Device: ANY
  • Version: N.A.

Would you like to work on this issue

  • Yes
  • No

Metadata

Metadata

Labels

featureFeature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions