Im fairly new to andorid and getting to grips with the UI elements.
I have a collection of full size images which i wish to be able to page through, horizontally, by scrolling left or right.
I do not want a scroll effect where you could see half of one image and half of the next, i want to page so only one full image is visible at any one time.
My question is, which control is best to achieve this?
Im currently thinking just an ImageView and handle a gesture to load in the next image. I have looked at the gallery but this seems to not suit what im trying to do. The lists will give a scroll, not a paged effect which i dont want.
Thanks!