First of all, I search on forum title about sliding page and I am not using fragment view. I have one xml layout and one java document. Xml includes one textview and one imageview also one prev and one next button.
In java file, I have and array and it includes letters: a,b,c...
My problem is that when I clicked next button, my textview and imageview will changed with sliding animation. How can I do it?
Thanks.