0
How to display multiple images selected by user in another activity? How to pass images from android app to R code?
The user can choose min 1 and max 10 images from the gallery and those images will then be shown in the next activity. The number of images choosen can vary so how can I display those images in another activity as the number of ImageView required will also vary with the number of images chosen. Further I have to pass those images to a R code.
2 Réponses