andremion / Louvre

A small customizable library useful to handle an gallery image pick action built-in your app. :sunrise_over_mountains::stars:
https://play.google.com/store/apps/details?id=com.andremion.louvre.sample
Apache License 2.0
638 stars 94 forks source link

Keep selection #11

Closed dariob closed 7 years ago

dariob commented 7 years ago

Great library, thank you for sharing. Would be great to choose if Louvre must keep last selection or not. This way users are able to know if an images was already selected or not. Some ideas to implement it?

andremion commented 7 years ago

Hi @dariob, It's a good change request. Maybe this can be setup as louvre.setCurrentSelection(selection) with selection being a List<Uri> What do you think about it?

dariob commented 7 years ago

Hi @andremion, yep will be great and a powerful UX improvement.