Android - show webview in same tab containing a list
Posted
by Taz
on Stack Overflow
See other posts from Stack Overflow
or by Taz
Published on 2010-06-02T18:50:01Z
Indexed on
2010/06/02
18:54 UTC
Read the original article
Hit count: 225
android
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
© Stack Overflow or respective owner