views:

69

answers:

0

After following Android's Tab Layout Tutorial, the contents of all 3 of my tabs are always visible, rather than each tab only display it's associated activity. Rather than copy my code here, I can tell you that it is almost verbatim from the tutorial. Below is a screenshot:

alt text

The date picker and text boxes are in an Intent associated with the first tab. The table looking object is associated with the third tab. When I switch to the third tab, the table shows up on top of the other content, but the other content is still there.

What am I missing?

Also, I do need to use this method of tabs (using intents and activities) because one of my tabs is a ListActivity.