i am implementing one app related to animation.
My require ment is,
i have two buttons like next and previous.
I aranged these two buttons on the bottem of my screen.
I am showing some info on my screen.when user clickes the previous button or next button.
I want to show move the screen from one side to another side.
And modifi the info and display it again on the same screen.
if any one know how to move the screen from one side to another side
please help me
thanks inadvance.
What you are talking about is
ViewPager. Layout manager that allows the user to flip left and right through pages of data. http://developer.android.com/reference/android/support/v4/view/ViewPager.html .