1

I would like to implement adjarcent screens in Android, so that they can be navigated by swyping to the right and left.

What would be the best way to do so?

enter image description here

Skip
  • 6,240
  • 11
  • 67
  • 117
  • 1
    try using `Fragments` with `FragmentActivity`. Maybe my old answer might help you: http://stackoverflow.com/a/17318468/1276374 – Boris Mocialov Jul 05 '13 at 08:03

2 Answers2

1

horizontalscroll view or view pager, take a look at this http://developer.android.com/training/animation/screen-slide.html

Onur A.
  • 3,007
  • 3
  • 22
  • 37
1

You can use ViewPager
View Pager

oks16
  • 1,294
  • 11
  • 16