1

And want to create tabs WITHOUT using Action bar. What will be the best thing to use for following set up ? .... on button click view panel ..... I guess I need experts help. Thanks.

Tab1 | Tab2 | Tab3

------------------------------------------------------------------------------|

user1143989
  • 163
  • 1
  • 3
  • 18
  • maybe http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv4/app/FragmentTabsPager.html – zapl Mar 12 '12 at 15:53
  • or something like: http://stackoverflow.com/questions/3330969/iphone-like-tab-bar-in-android or: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html – rosco Mar 12 '12 at 15:56
  • @ rosco, That Tab Layout looks perfect. Can I use it in honeycomb? – user1143989 Mar 12 '12 at 15:59

1 Answers1

0

You may consider to implement Tab Bar using an iPhone like style as explained here: iPhone- like tab bar in Android? or using an Android style as described here: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

(I transformed my comment in answer)

Community
  • 1
  • 1
rosco
  • 939
  • 9
  • 16