Android平台下的富文本解析器
- 流式操作
- 低侵入性
- 支持Html和Markdown格式文本
- 支持图片点击和长按事件
- 链接点击事件和长按事件
- 支持设置加载中和加载错误时的图片
- 支持自定义超链接的点击回调
- 支持修正图片宽高
- 支持GIF图片
- 支持Base64编码
- 自持自定义图片加载器
compile 'com.zzhoujay.richtext:richtext:2.3.6'
compile 'com.zzhoujay.glideimagegetter:glideimagegetter:1.0.1'
关于Glide图片加载器和默认图片加载器的区别请看这里
添加自定义标签的支持(已添加对少部分自定义标签的支持)
Markdown源于子项目:Markdown
若在markdown解析过程中发现什么问题可以在该项目中反馈
编辑功能目前正在开发中,RichEditor
ListView Demo、 RecyclerView Demo、 Gif Demo
感谢@huoguangjin在开发过程中对gilde的源码分析的帮助
The MIT License (MIT)
Copyright (c) 2016 zzhoujay
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
by zzhoujay