Android Edittext富文本格式

Ars*_*k92 2 android rich-text-editor android-edittext

是否有任何库或开源应用程序演示包含带有WYSIWYG接口的RTF格式Edittext组件.我听说android-richtexteditor包含这样的功能,但它的源代码不再可用.

如果有人有上述链接或来源,请与我分享.

sg_*_*dev 6

这里有两个很棒的图书馆帮助了我.它们都是WYSIWYG的实现.

Android RTEditor:https: //github.com/1gravity/Android-RTEditor

RichEditor-Android:https: //github.com/wasabeef/richeditor-android

还提供了他们的实现代码.