BottomSheetPicker
BottomSheetPicker copied to clipboard
BottomSheet picker to select one or multiple files. Allows taking photos / videos / select from camera gallery / pick a different file
just change 2 line of code to work for android below M
Currently photo / video files are saved as a tempFile in context.getExternalFilesDir(Environment.DIRECTORY_PICTURES) It'd be great to be able to specify the destination as part of the BottomSheetPickerFragment.Builder class
We could add an empty view when the BottomSheetPickerFragment's RecyclerView has no element