I have a question. This is possible to animate fragment. This is what I mean: I click on the button and from right side showing fragment.Something like you go to next page when you are reading pdf. If yes how?
It's pretty hard to make iOs like page transition, but if you simply need something to swipe from one page to another you can check ViewPager view from android support library. I think this is exactly what you are looking for.