I wanna create android animation like shown on this example. Only one change I need here. I wanna create two button (Previous and Next). I want see next image for clicking next button, and previous- previous button.
Is there a way to this or there is another examples? Thanks
I wanna create android animation like shown on this example. Only one change I
Share
In buttons
OnClickListenerincrement the position of the image that u want to showMore
UPDATE
you can get teh current position of the image using the methods available in example u gave.