My application contains several Tabs. Each tab is it's own activity. They are created by using for example Intent intent = new Intent().setClass(this, SearchActivity.class); There I pass only the class of the activity. My question: how do I get the instance? (I want to invoke a method, which hides some buttons in another tab, therefore I need the instance of the activity). What is the best way to achieve this?
Thanks in advance for your help. -- 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

