WrathChaos / MediaPickerLib

Kotlin based media picker library, to pick multiple images and/or vidoes from built-in gallery. Easy to implement and use :)
https://www.freakycoder.com
MIT License
49 stars 16 forks source link

Could I click the fab button only one time for choosing images? #13

Open srengkhorn opened 4 years ago

srengkhorn commented 4 years ago

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 want it to show all images in one screen only. I don't want to browse images by album. If there is an option to hide an album is more better.

WrathChaos commented 4 years ago

I will work on it :)

srengkhorn commented 4 years ago

@WrathChaos Thank you for your efforts ^^