Here is the answer:

                                TabActivity parentActivity = ((TabActivity) 
getParent());
                                parentActivity.setIntent(myIntent);
                                parentActivity.getTabHost().setCurrentTab(3);

Run this within the child activity. So, for example, you have an
activity "MainActivity", which sets up the tabs. Once a tab is
clicked, another activity is called (e.g. AllRadiosActivity). Now from
the AllRadiosActivity you want to move to the NowPlayingActivity
without losing the tabs, just run the above code and you're good....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to