andremion / Louvre

A small customizable library useful to handle an gallery image pick action built-in your app. :sunrise_over_mountains::stars:

Home Page:https://play.google.com/store/apps/details?id=com.andremion.louvre.sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep selection

dariob opened this issue · comments

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?

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?

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