I am new to android development and in learning stages. I want to implement an app which can get images from the gallery when user share them via the sharing option in the android to my app. I have implemented the intent and receiving single image. Use can share the image to my app any where from the android and my activity will display that image to user.
But the problem I am facing is handling multiple images. I am getting image uris in ArrayList and can access the via the index. But now I want to show the images the user selected via the gallery view. I don't know how to do that or what should I do next. I tried searching for gallery view but unable to find how to implement.
Thanks and Regards in advance :)