[android-developers] Re: Get reference to "parent" window from TabHost Activity

2011-01-26 Thread Angelos Katharopoulos
Although old thread I am replying because it pops up on google search. >From inside the child activity. parent = (ParentActivity) *this*.getParent(); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: Get reference to "parent" window from TabHost Activity

2009-01-07 Thread mscwd01
Is this at least possible? I may have to find a workaround... On Jan 7, 12:25 am, mscwd01 wrote: > I have an Activity which has a TabHost, lets call this the "parent" > Activity. Within the TabHost are two tabs whose content, are > themselves, Activities, lets call them "child" Activities. > > T