android-filepicker
android-filepicker copied to clipboard
Selecting directories/files made a lot easier.
Results
23
android-filepicker issues
Sort by
recently updated
recently updated
newest added
can you make an option that also show the sizes of files? if possible in humanreadable format (Bytes, KiB, MiB .... )
enhancement
``` FilePickerDialog dialog = new FilePickerDialog(getContext(), properties); dialog.setTitle("Title"); dialog.setSelectText("Select"); dialog.setCancelText("Cancel"); dialog.setLastEditedFormat("Last edited: %s"); dialog.setParentDirText("Parent directory"); ```
enhancement