Steven Osborn
"I would love to change the world, but they won't give me the source code".

Android: Simple Tabs Example

November 28, 2007 – 2:11 am

It 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.

Tabs Screen Shot

Full source and example project can be downloaded here

You must be logged in to post a comment.