开发者

opening the WebPage on clicking the TabHost

开发者 https://www.devze.com 2023-02-02 02:32 出处:网络
I have created the TabHost in my application and I have four tabs in it. I have already created four different classes for the four tabs of the TabHost. All the four tabs are supposed to show the diff

I have created the TabHost in my application and I have four tabs in it. I have already created four different classes for the four tabs of the TabHost. All the four tabs are supposed to show the different views when you select( or Click) them.

In one of the Tab(Tab number 4) named "Info" of TabHost, I just want to open the WebPage that displays the Information of the application I am developing.

I have the URL for that webpage but I don't know how should I open that WebPage by clicking or selecting the forth Tab.

If anyone 开发者_JAVA百科knows it, please tell me.

Thanks, david


You must include a WebView component http://developer.android.com/reference/android/webkit/WebView.html within your Tab

Regards!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号