Reputation: 1211
I am writing one application where i want to follow latest design guidlines for android. And now i want to use TABS as in 4.0 there is not recommended to use TabWidgets anymore and it is recommended to use Navigation Tabs i checked this http://developer.android.com/guide/topics/ui/actionbar.html - At navigation tabs
But i dont realy understand how i am able to do this. Dont know where to include this ActionBar.TabListener etc. Are there any more detailed tutorials for this or does anyone here have any detailed code.
Thank you!
Upvotes: 0
Views: 3987
Reputation: 128428
Check this ActionBarSharelock and the same thing on Github.
Upvotes: 1
Reputation: 36
Here is a good example of using Action Bar:
Also some good examples here:
Actionbarsherlock + tabs + multi fragments?
Upvotes: 2