How do I select images from the memory and display those selected images dynamically across a gridview? Sorry if this is a duplicate thread because I couldn't find any solutions. If there are any other closed threads, please provide the link. Thank you :)
Asked
Active
Viewed 41 times
0
-
check [here](https://stackoverflow.com/a/5309217/7783718). – Abhay Koradiya Oct 04 '18 at 04:43
-
@AbhayKoradiya I know how to create the intent and open the chooser panel. My question is how do I fetch those multiple images and display them in a gridview. – Emil Sharier Oct 04 '18 at 04:53
-
1[Android Multiple Images Selector](https://github.com/zfdang/android-multiple-images-selector) you can use this Library. – Ali Ahmed Oct 04 '18 at 05:04