Skip to content
Advertisement

Tag: android-gallery

How to limit multiple image selection from the gallery?

I have implemented adding multiple image selection from the gallery in my project. However, I want to limit the user so he/she can select only 3 images from the gallery. I have implemented selecting multiple images from the gallery like this: How can I achieve this? Thanks. Answer You can get the count of ClipData when selecting multiple images from

Advertisement