coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Please add multi-choice #46

Closed mkosik closed 8 years ago

mkosik commented 9 years ago

Choosing multiple images / videos / files at once is fundamental, because if user is allowd e.g. to upload multiple images, it's the worst UX if it has to add each manually.

Could you please add multi-choice? Can anybody in meantime suggest how to achieve that with this lib?

coomar2841 commented 9 years ago

Will plan for this new feature.

mkosik commented 9 years ago

btw, many galleries already support multi-select, so if choosing via external gallery (system built in one or sth. like Google Photos), it's more likely just about accepting multiple choosen images from them as an input.

wangyeming commented 9 years ago

Hello, @coomar2841. Does this library support multi-choice feature now? Thank you!:-D

P.S. I also attempted to add multi choose feature. I'm afraid not without create a custom gallery activity because the API of Intent.EXTRA_ALLOW_MULTIPLE is 18.

coomar2841 commented 9 years ago

Nope. Not yet.

Thanks and Regards,Kumar Bibek

http://techdroid.kbeanie.com http://techdroid.kbeanie.comhttp://www.kbeanie.com http://www.kbeanie.com

On Mon, Sep 14, 2015 at 12:25 PM, 王烨明 notifications@github.com wrote:

Hello, @coomar2841 https://github.com/coomar2841. Does this library support multi-choice feature now? Thank you!:-D

— Reply to this email directly or view it on GitHub https://github.com/coomar2841/image-chooser-library/issues/46#issuecomment-139979444 .

coomar2841 commented 8 years ago

Multi-choice is added now. in version 1.5.7. Check it out.