如何显示来自 <img src> 的图像来自api的html标签? [英] how to display image from &lt;img src&gt; html tags from api?

查看:51
本文介绍了如何显示来自 <img src> 的图像来自api的html标签?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用过 holder.txtTitle.setText(HtmlCompat.fromHtml(dataList.getDescription(), 0));

HtmlCompat.fromHtml 删除了标签但没有显示图像

HtmlCompat.fromHtml removed tags but didn't displayed image

我得到了这样的东西

如何显示整个图像而不是框?因为 HtmlCompat.fromHtml 不起作用.

how to display the entire image instead of the box? because HtmlCompat.fromHtml didn't work.

提前致谢

HTML 文本(来自 API):

HTML text(from API):

 <p>Android is a Linux based operating system it is designed primarily for touch screen mobile devices such as smart phones and tablet computers. The operating system have developed a lot in last 15 years starting from black and white phones to recent smart phones or mini computers. One of the most widely used mobile OS &nbsp; these days is android. &nbsp;The android is software that was founded in Palo Alto of California in 2003.</p>

<p><img alt="" src="http://mapi.trycatchtech.com/uploads/android_tutorials/bf029f4a311b3168e0cfda1a0ef78815.png" style="height:342px; width:500px" /></p>

<p>The android is a powerful operating system and it supports large number of applications in Smartphones. These applications are more comfortable and advanced for the users. The hardware that supports android software is based on ARM architecture platform. The android is an open source operating system means that it&rsquo;s free and any one can use it. The android has got millions of apps available that can help you managing your life one or other way and it is available low cost in market at that reasons android is very popular.</p>

<p><img alt="" src="http://mapi.trycatchtech.com/uploads/android_tutorials/666b3ec86e308cd3e7f6bb1d12bb06f2.png" style="height:316px; width:508px" /></p>

<p>The android development supports with the full java programming language. Even other packages that are API and JSE are not supported. The first version 1.0 of android development kit (SDK) was released in 2008 and latest updated version is jelly bean.</p>

推荐答案

您无法在 TextView 中加载 html 的图像.使其成为WebView.然后加载 html 文本,如 holder.webview.loadDataWithBaseURL(null,dataList.getDescription(),"text/html","UTF-8","about:blank");

You cannot load image of html in TextView. Make it WebView. Then load html text like holder.webview.loadDataWithBaseURL(null,dataList.getDescription(),"text/html","UTF-8","about:blank");

这篇关于如何显示来自 <img src> 的图像来自api的html标签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆