I need to display a book that is all images, and I want to change the image by swiping, with an effect that the next page comes above the previous page (from the left edge, simple and not page curl etc.) to give the user the feeling that he indeed changed the page.
I tried with a gallery but I didnt succeed, because a swipe would change a lot of pictures and other stuff. So should I use an ImageView, if so, which animation is the best for what I described?
Or is there another widget?