I develop an application with a lot of activities. In one activity I want to display a picture gallery which will contain clickable pictures which will be displayed on another activity with other information. I searched in the forum but I did not find any information of how to develop it.
I know how to put some ImageViews on the screen and load images. I want to be able to put multiple images which will give the oportunity to the user to scroll up and down in order to se the hidden images. I want to display a lot of images which will have as a result the 9 images will not be enough for my problem.
In the first post you said: "In one activity I want to display a picture gallery which will contain clickable pictures which will be displayed on another activity with other information."
Yes but in this example you can have only 9 pictures per gallery. Anyway I think I found a solution. I will use the ScrollView control so that I will place more peactures which will be able to scroll in order to display more pictures by scrolling the ScrollView.