Skip to content

Gradual fetching of data by scrolling down in File Manger Application #166

@mahsashadi

Description

@mahsashadi

According to this issue, I am implementing gradual fetching by scrolling in FM app. I have two issues.

  1. I need to detect when the whole data is fetched to stop fetching the next time scroll hits the bottom.
    So I think I need to initially get total number of directories and files of a path (without calling readdir api and getting the list) and save it into some state.
    I checked the stat api, but it does not provide this attribute.
  2. I need to have the last file returned from server, but the list returned here is not in the same order as server response, due to some sorting done here.

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