Horizontal view switching like in the official Google plus app
Anyone have a code sample of horizontal view switching like in the official Google plus app. Im mean were you switch between 开发者_如何学运维 Nearby - Circles - Incomming in the Stream view.
What you're talking about is ViewPager. It requires this Android compatibility library.
I recommend looking into Jake Wharton's library and then taking a look at Mark Allison's examples of styling it.
Maybe this can help you http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html
You can also use a ActionBar Sherlock Library for this
精彩评论