作者:沙鹰之眼 | 来源:互联网 | 2023-09-10 14:45
IamtryingtodisplaythecontentofanURLinmyAndroidapplicationinsteadofopeningitinbrow
I am trying to display the content of an URL in my Android application instead of opening it in browser. Is there a way for that?
我试图在我的Android应用程序中显示URL的内容,而不是在浏览器中打开它。有办法吗?
As in use WebView as well as TextView. An example image is here:
在使用WebView以及TextView时。示例图像在这里:
I need a way where TextView shall take care of my "grey"writings and WebView shall take care of my "green" URL link.
我需要一种方法,TextView将处理我的“灰色”文字,WebView将处理我的“绿色”URL链接。
1 个解决方案