17

How to change activity with left-right swipe?

I did not find the manual anywhere.

Example:

enter image description here enter image description here

sHOLE
  • 343
  • 4
  • 15
Klara
  • 175
  • 1
  • 1
  • 4

2 Answers2

4

Regarding your first link, its called ViewPager.

Follow one of the awesome tutorial it will definitely help.

moDev
  • 5,248
  • 4
  • 33
  • 63
0

You're looking for a ViewPager. See this part of the documentation for details on sliding screens with it.

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195