Android Studio – Get 3 Images from gallery and add it to image view
I'm trying to put 3 images to ImageView. but the problem is when I pick an image from the gallery, The same image shows to all of the imageView, I'm Using startActivityForResult(intent, 3); How can I select separate images for…