FilePicker Library for Android v1.4.0-alpha02 Release Notes

Release Date: 2020-05-19 // almost 4 years ago
    • 👍 Paging support for files and directory listing

      • Page size and prefetch distance can be customized using follow static variables:

      Configurations.PAGE_SIZE = 120; //Default valueConfigurations.PREFETCH_DISTANCE = 40; //Default value