Matisse: Option to send already selected URIs

Created on 28 Aug 2018  ·  9Comments  ·  Source: zhihu/Matisse

Is there an option to send already selected Uris to the Mattise activity, so that those images are shown checked already?

feature

Most helpful comment

Let me give you a use case for this feature,

I go to Matisse activity, select few images. Then, select sure.
Now, I might want to add more images to my selection.

It will be good idea to show the previously selected images already in the Matisse activity. That way, user will know which images he selected previously.

All 9 comments

no such feature right now .

what's the point of this feature ? the selected images are shown checked already ,when click sure button ,those images will be selected once again .which might not be a good idea .

Let me give you a use case for this feature,

I go to Matisse activity, select few images. Then, select sure.
Now, I might want to add more images to my selection.

It will be good idea to show the previously selected images already in the Matisse activity. That way, user will know which images he selected previously.

This library : https://github.com/ParkSangGwon/TedPicker

also allows you to send selected images uri.

Intent intent = new Intent(mActivity, ImagePickerActivity.class);
intent.putExtra(ImagePickerActivity.EXTRA_IMAGE_URIS, uris);

how to distinguish previous selected and new selected images when I press sure button ? any good idea ?

There won't be any differentiation.

It's just that, library should provide a parameter to already select few Uris. The only change in UI would be that, instead of zero items shown checked at first, it will be pre filled with the (optional) parameter passed.

This is a very cool feature!
What is the result, will it be realized?

Hey,
Did anyone find the solution? Need help!

This will be a nice feature which will unblock another issue on my flutter_multi_image_picker plugin which uses Matisse https://github.com/Sh1d0w/multi_image_picker/issues/60

Hope it can be implemented soon.

So, is this going to be implemented anytime soon?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zybooo1 picture zybooo1  ·  5Comments

liuzhanta picture liuzhanta  ·  5Comments

GTooo picture GTooo  ·  6Comments

zouzhenglu picture zouzhenglu  ·  4Comments

aliondos picture aliondos  ·  3Comments