• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

NightWhistler/HtmlSpanner: Android HTML rendering library with CSS support

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

NightWhistler/HtmlSpanner

开源软件地址:

https://github.com/NightWhistler/HtmlSpanner

开源编程语言:

Java 100.0%

开源软件介绍:

Android HTML rendering library

Gradle dependency:

implementation 'com.github.NightWhistler:HtmlSpanner:0.4'

HtmlSpanner started as the HTML rendering library for PageTurner, but looking through some questions on StackOverflow I noticed how many people were struggling with the infamous Html.fromHtml() and getting its results to display properly in TextViews.

HtmlSpanner allows you full control over how tags are rendered and gives you all the data about the location of a tag in the text. This allows proper handling of anchors, tables, numbered lists and unordered lists.

The default link implementation just opens URLs, but it can be easily overridden to support anchors.

HtmlSpanner uses HtmlCleaner to do most of the heavy lifting for parsing HTML files.

CSS support

HtmlSpanner now also supports the most common subset of CSS: both style tags and style attributes are parsed by default, and the style of all built-in tags can be updated.

Supported Tags

  • i
  • em
  • cite
  • dfn
  • b
  • strong
  • blockquote
  • ul
  • ol
  • tt
  • code
  • style
  • br
  • p
  • div
  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
  • pre
  • big
  • small
  • sub
  • sup
  • center
  • li
  • a
  • img
  • font
  • span

Supported Style Attributes

  • font-family
  • text-alignment
  • font-size
  • font-weight
  • font-style
  • color
  • background-color
  • display
  • margin-top
  • margin-bottom
  • margin-left
  • margin-right
  • text-indent
  • border-style
  • border-color
  • border-style

Usage

  1. add following in root project allprojects { maven { url 'https://jitpack.io' } } }

  2. add

compile 'com.github.NightWhistler:HtmlSpanner:0.4'##

in app module

In its simplest form, just call (new HtmlSpanner()).fromHtml() to get similar output as Android's Html.fromHtml().

HTMLCleaner Source

see http://htmlcleaner.sourceforge.net/index.php

The fork under https://github.com/amplafi/htmlcleaner can not be used on Android <= 2.1 as it uses java.lang.String.isEmpty




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap