Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to create an activity with layout like has Google+ Android App for example in Stream section (See image below - I couldn't post an image, so only link).

To be specific, I mean ActionBar and tab slider under it, which can change tabs by finger sliding. It should be working also on devices running Gingerbread (2.3) at least. Is somewhere a tutorial how to create these sliding tabs? Thank you

Sample what I mean: http://i.stack.imgur.com/rpDnM.jpg

share|improve this question

1 Answer

up vote 3 down vote accepted

What you are referring to is a ViewPager. Take a look at this blogpost from a Googler: http://geekyouup.blogspot.com/2011/07/viewpager-example-from-paug.html

You could also have a look at the IOSched example from this year's Google IO: http://code.google.com/p/iosched/source/checkout

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.