You do not fully specify what you want .... if you want the images to be placed in different positions (on the X and Y axis), which means that while viewing the photo from above you can see some other images, then you need to create different ImageViews
or draw them on canvas (I think this is much better).
If the images are only one on top of the other (hiding one from the bottom), you just need to use one ImageView
.
source share