Android: Simple Tabs Example
November 28, 2007 – 2:11 amIt seems google may have shipped android with a tab widget that is said to be deprecated from the time of release.
Here is a simple method I’ve used to implement tab-like functionality that seems to work well for me. You can easily change the background of the buttons to look just like tabs, but I kept the example as clean and simple as possible.
Full source and example project can be downloaded here

You must be logged in to post a comment.