Pranay Airan
Pranay Airan

Reputation: 1875

how to create a navigation bar like pulse android app

I was trying to figure out how to create navigation bar like pulse android app see the screen shot

enter image description here

is it a navigation bar or a tabbed bar or something else?. How can i create something like this? Also when i clicks on any of the option does it goes to a new activity??

Thanks Pranay

Upvotes: 0

Views: 1231

Answers (2)

OKA
OKA

Reputation: 1453

This looks more like ViewPager as used in Google+ app. It should be available in Honeycomb and also in the Compatibility library.

Upvotes: 0

hardartcore
hardartcore

Reputation: 17037

As I see in the image it's looks like this to me: viewFlow.Hope it's help!

Upvotes: 1

Related Questions