[android-developers] onClickListener for tabs in TabActivity

2009-11-13 Thread mardah
Hi I have a tab activity with 4 tabs. How do I set a onClickListener for the tabs? The onTabChangeListener only works if I click on the inactive tabs. I would like a callback even if I click the current/active tab. Any suggestions? BR Martin -- You received this message because you are

[android-developers] SearchManager

2009-09-11 Thread mardah
Hi I'm trying to understand how the SearchManager works. I have one activity Activity A from which I would like to invoke the Search UI. When the user enters a query and clicks search I would like to start a new activity Activity B that handles the query. How should I implement this? In the