tags:

views:

2790

answers:

2

Can anyone show me how to make a tab widget in Android?

+3  A: 

Here's an article on how to add Tab widgets dynamically.

http://androidguys.com/?p=650

CalebHC
+3  A: 

Here's the ste-by-step from the SDK:

http://developer.android.com/guide/tutorials/views/hello-tabwidget.html

Will