How to create a UI like the new market or Google plus?

Viewed 10082

I was wondering if there is an "official" way to create apps for Android that will have the same design as the new Android market or Google+ app. By that I mean having the possibility to slide to the left/right to change the view, have the list on the top, etc.. (any Android user probably get what I mean)

If there is no official way, do you have any tips on how to reproduce these effets ?

4 Answers

I was looking for exactly that and I found a library from the same guy that made ActionBarSherlock, it is an extension of viewflow (which was suggested above).

http://viewpagerindicator.com/

It supports circle indicators on bottom, tab indicators and title indicators (this is the ones that are used in android market)

Related