jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

Delete image in the Preview Screen #105

Closed lolobosse closed 7 years ago

lolobosse commented 7 years ago

14600608_10208919159713540_83239108_o

Hi everyone,

First I wanted to say that I find this library really well built and that it's a pleasure to extend it. 👍 💯

For one customer I needed to add the possibility to remove the picture in the horizontal view and it seems to work pretty well.

The fact that I used a Broadcaster for passing the events to the fragment is maybe not in the style of the lib so feel free to change it but this is definitely working ;)

I maybe missed some elements on the size of the bitmaps and so on => ⚠️ ⚠️ TEST CAREFULLY⚠️ ⚠️

Cheers 🍻

lolobosse commented 7 years ago

I made the pull request on develop so that you can check it without merging to master yet :)