Can anyone show me how to make a tab widget in Android?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here's the ste-by-step from the SDK: http://developer.android.com/guide/topics/ui/layout/tabs.html |
|||||||
|
|
Here's an article on how to add Tab widgets dynamically. |
|||
|
|
|
Here's an project you can download! http://www.techwavedev.com/?p=14 I already tested this project! Worked fine! If the link above doesn't work, see this another project: http://joshclemm.com/blog/?p=136 |
|||
|
|
|
There is a developer guide showing how to implement tabbed activities/fragments http://developer.android.com/guide/topics/ui/actionbar.html It's very important to follow new solution, because the method using |
|||
|
|