RichEditor for Android 是 Android的一个超酷的所见即所得的富文本编辑器控件。它支持的功能有:Bold、Italic、Subscript、Superscript、Strikethrough、Underline、Justify Left、Justify Center、Justify Right、Heading 1、Heading 2、Heading 3、Heading 4、Heading 5、Heading 6、Undo、Redo、Indent、Outdent、Insert Image、Insert Link、Text Color、Text Background Color、Milestone、BlockquoteRichEditor 是一个继承自 WebView 的自定义 view,枚举类型 Type 定了它所支持的排版格式。编辑器的核心功能由 js 实现,RichEditor 封装了 js 的功能,为上层提供了 java 接口。