sangcomz / FishBun

:blowfish:FishBun is Image Picker for android.
Apache License 2.0
671 stars 144 forks source link

Multi-select-bubbles optional (especially for maxCount==1) #218

Open BlueCobold opened 4 years ago

BlueCobold commented 4 years ago

Currently the user needs to select an image and then tap on confirm button. From a UX perspective selecting a single image by tapping the image would be faster (but of course more error-prone). It would thus be awesome to have the confirm-button and multi-select-button optionally when maxCount == 1 or even in general to make multi-selection start by long-pressing an image instead of having it active right from the start. That would be a pretty cool optional feature to have and that behaviour is pretty much standard in many apps that allow picking images.

sangcomz commented 4 years ago

Could you please tell me a library or app that has already added this feature? It would be better to develop while checking it.

BlueCobold commented 4 years ago

WhatsApp & Instagram do it that way. Their pickers don't show any bubble until you start multi-selection via long-press.

sangcomz commented 4 years ago

I will refer to it. thanks :)