Yahia
Yahia

Reputation: 691

how to create a smooth tabBar like the video

am working an android native app , and searching for a way to develop a Tab Bar like the one in this video :

http://www.youtube.com/watch?v=unKs-b80aTU&feature=player_embedded

Upvotes: 0

Views: 188

Answers (1)

hooked82
hooked82

Reputation: 6376

Maybe take a look at this example, it could give you some ideas on creating a Scrollable TabHost:

http://code.google.com/p/mobyfactory-uiwidgets-android/

Upvotes: 1

Related Questions