1

in my android app I would like to create a ux like the new Google+ app for android, in wich moving from one tab to the other (for example viewing a user profile: 'post','info' and 'photos') is possible simply swiping on the screen..

Can anyone please help me providing some example or tutorial?

Thanks everyone in advance!

AldoB
  • 381
  • 1
  • 6
  • 15
  • See http://stackoverflow.com/questions/937313/android-basic-gesture-detection. There is working code for swipe detection, which you can adapt to your app. – Raghav Sood Nov 28 '11 at 16:45

1 Answers1

4

They're doing horizontal swiping with a ViewPager. Here's a post on the android blog about how to do that.

Kurtis Nusbaum
  • 30,445
  • 13
  • 78
  • 102