[android-developers] Starting Activity with Tabs

2010-05-07 Thread Károly Holczhauser
Hi Guys ! I have four activity in a Tab and after the user clicked on the list I would like to start another one activity, but I can't use startActivity(Intent), because then I lost the TabHost view, and I get an activity witch is reserving the full screen:( So the user won't be able to click on

Re: [android-developers] Starting Activity with Tabs

2010-05-07 Thread Mark Murphy
Károly Holczhauser wrote: Hi Guys ! I have four activity in a Tab and after the user clicked on the list I would like to start another one activity, but I can't use startActivity(Intent), because then I lost the TabHost view, and I get an activity witch is reserving the full screen:( So

[android-developers] Starting Activity with Tabs

2010-05-07 Thread Károly Holczhauser
Hi there! Thanks for the reply, but i have to use tabs for navigation, because I works for a company and they want tabs:) So how can I switch to Tab2 and start the activity over there, from Tab1 Activity ? Thanks: Karoly -- You received this message because you are subscribed to the Google

Re: [android-developers] Starting Activity with Tabs

2010-05-07 Thread Mark Murphy
Károly Holczhauser wrote: So how can I switch to Tab2 and start the activity over there, from Tab1 Activity ? If Tab2 does not exist, Tab1 can call getParent() to get your TabActivity and have it set up Tab2 with whatever content you want. If Tab2 already exists, I know of no supported way to