热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在Android应用中显示网址-DisplayURLinanAndroidapp

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时。示例图像在这里:

Enter image description here

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 个解决方案

#1


0  

Use textView.setText(Html.fromHtml(yourTextViewText));


推荐阅读
author-avatar
沙鹰之眼
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有