Android - show webview in same tab containing a list
- by Taz
I am using a TabWidget that contains a List in one tab. What I want to do is when a user selects an item, a webview is shown in that tab.
If the user then wants to go back to the list, they would click on the list tab.
I can get the webview up that replaces the whole tabwidget but don't know how to leave the tabs and show a webview.
Any help greatly appreciated