Android: TabActivity Nested Activities

In this tutorial I will show you how to use TabActivity together with ActivityGroup in order to make nested activities inside tabs. In this solution you can have several nested activities on a tab without “loosing” your tab navigation. The idea is to use a LocalActivityManager to start the nested activities. Then replace the View of the ActivityGroup with the view of the different Activities. Now, this may sound complicated, but it’s really quite simple.

First off, the TabActivity class...

원문글 내용 : http://blog.henriklarsentoft.com/2010/07/android-tabactivity-nested-activities/