MediaPickerLib
MediaPickerLib copied to clipboard
Kotlin based media picker library, to pick multiple images and/or vidoes from built-in gallery. Easy to implement and use :)
No media Visible on Gallery Screen at Android API level >=10 required below permission to show media on gallery screen add Pemission
- I used `intent.putExtra("mode", 2)` when I clicked to browse images both the select album and photos screen showed the blank albums with the title. I can still select images...
I want to only click one time to choose images from a specific image directory. Currently, I have to click the fab button 2 times when I used `intent.putExtra("mode", 2)`...
i did use your used fork "multiple-media-picker" the origin project and this issue doesn't occur. when I open the activity everything working fine (except the directory not really well arranged,...
Can we specify extensions of video files to be selected I want to only choose the files with mp4 extension, it is also accepting 3gp, which is not acceptable for...