jaydeepw / poly-picker

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

Material Design support via AppCompat v21 #23

Open mkosik opened 9 years ago

mkosik commented 9 years ago
jaydeepw commented 9 years ago

True. Good point.

mkosik commented 9 years ago

That would be great, cause I like this impl. very much as well as possibility to seelct multiple images at once. Just for an inspiration, I found this: https://github.com/asantibanez/Patio

jaydeepw commented 9 years ago

Thanks for the inspiration. However there are few complications involved in retrieving image uri when the system INTENT is used to pick images from gallery. That is why I came up with this solution.

mkosik commented 9 years ago

hmm, I didn't know that. Nice work & with material design, it would be superb! :) This lib has a pretty simple layout, so it's quite easy to switch ;) Hope it will be even easier with that inspiration.

If you would have any problem with implementing material design, just ask, I'll try to help to achieve it asap.

jaydeepw commented 9 years ago

Cool. I will need help, I am not very well versed with material design.

jaydeepw commented 9 years ago

Hi @mkosik I was thinking of converting the ActionBar in the UI to Toolbar from material design. However, the color scheme for Toolbar has to be configurable via API. Can you suggest me some way to achieve it?

ticofab commented 9 years ago

Hi, do you think you will release an updated version with Toolbar support some time soon?

jaydeepw commented 9 years ago

About a month or so... You can help me test the SNAPSHOT build until then. More instructions here.

https://github.com/jaydeepw/poly-picker#testing-snapshot-build

mmanishh commented 8 years ago

Hey ,this tool is awesome for multiple image click . Would you plz add material design support too ?

jaydeepw commented 8 years ago

If you see, I am working on it in a different branch. However, I am finding it difficult to keep the API same and let the new users use the library even with material design without breaking existing integration.

I am trying to use, Tabs and RecyclerView for gallery fragment from new support libraries. I think, it will still take some time.