[android-developers] TabHost and sub-activities

2011-12-02 Thread wBishop
Howdy, I'm using tabactivity to navigate between activities. In one activity when I press a butto I call other activity that's under the tab host. In other words: I have the following: Tab1: - Activity 1 Tab2: - Activity 2 - Sub-activity 1 When I press the tab2 while I'm on sub-activity

Re: [android-developers] TabHost and sub-activities

2011-12-02 Thread Subin Sebastian
Hi wBishop, You should probably show us the code you have developed so far. I think it is not big issue to run controlled child activities. Thanks On Fri, Dec 2, 2011 at 3:42 PM, wBishop walterb...@gmail.com wrote: Howdy, I'm using tabactivity to navigate between activities. In one