I show 3 different websites using TabHost and TabWidget. I doubted Tabhost. What if I want the contents of a tab on one of the sites to perform some search operation. Not an ordinary google.Say search. I have class A and it accepts the query string AFTER by pressing the SEARCH button, can I redirect it to one of the tabs using Intent to display the query result of the entered string?
The examples I read only talk about textual views and list views, but no action happens in the case of webviews, except for only displaying the website. I want to know if Tabhost has any performance restrictions with webviews.
source
share