ImagePicker
ImagePicker copied to clipboard
[Feature Request] Allow multiple image selection from gallery
Hello @Dhaval2404 Everything good to me, but how can i select 3 photos from gallery? It seems no method for setting this right?
ImagePicker.with(this)
.galleryOnly() //User can only select image from Gallery
.limit(3) //need method like this
.start() //Default Request Code is ImagePicker.REQUEST_CODE
Thanks.
Thanks for the feedback. In the current release, ImagePicker doesn't support multiple image selection. But I will try to integrate this in the upcoming release.
Hi, The is this feature is available now?
@Dhaval2404 thanks for the amazing job. This feature would be really appreciated!
Hi, is this feature is available now?
@pintuag Not Yet 😞
Anyone want to test this fork out? It seems to have implemented Multiple Image Selection
just have to call setMultipleAllowed(true)
on the ImagePicker builder
Is this being worked upon?
Anyone want to test this fork out? It seems to have implemented Multiple Image Selection
just have to call
setMultipleAllowed(true)
on the ImagePicker builder
How to use this fork?
Anyone want to test this fork out? It seems to have implemented Multiple Image Selection
just have to call
setMultipleAllowed(true)
on the ImagePicker builderHow to use this fork?
Can use official implementation: https://google.github.io/modernstorage/photopicker/
Can use official implementation: https://google.github.io/modernstorage/photopicker/
Thank you for this. can this be used to pick any type of file too. ie. images, videos, docs pdf etc. everything. I am actually searching for a reliable multiple file picker