Android Linkify 从 TextView 中的 HTML

发布于 2024-09-13 19:20:55 字数 208 浏览 4 评论 0原文

我有带有标准链接的 HTML,这些链接对应于我想要处理的命令。

This is <a href="CMD:nice">a command</a>.

我使用 Html.fromHtml() 填充 TextView

如何使用 Android Linkify 系统将链接转换为 Linkify 链接?

I have HTML with standard links which correspond to commands I'd like to handle.

This is <a href="CMD:nice">a command</a>.

I populate a TextView with Html.fromHtml()

How can I use the Android Linkify system to convert the links to Linkify'ed ones?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

要走就滚别墨迹 2024-09-20 19:20:55

发现 Google 的 WikiNotes 示例项目正是这样做的。它使用带有 Provider 和 MIMIE 类型的 Linkify 基础设施来加载正确的活动。

found that the WikiNotes example project from Google does exactly that. It uses the Linkify infrastructure with a Provider and MIMIE type to load the right Activity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文