0

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?

user1302569
  • 7,131
  • 13
  • 46
  • 66

2 Answers2

1

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.

EDIT: ViewPager

Evos
  • 3,915
  • 2
  • 18
  • 21
1

You might want to read these questions:

Community
  • 1
  • 1
Pedro Loureiro
  • 11,436
  • 2
  • 31
  • 37