I have one main product image, which always is displayed in my ImageView
. Now it is possible that there are several overlays (which have the same size as the original image, but a lot of transparent areas).
All those images come from remote URLs. E.g.:
Is it possible to load all of them into one ImageView
?