是否有任何库或开源应用程序演示包含具有所见即所得界面的富文本格式 Edittext 组件.听说 android-richtexteditor 有这样的功能,但是它的源代码已经没有了.
Is there any library or open source application demo that contains Rich Text Format Edittext component with WYSIWYG interface. I've heard that android-richtexteditor contained such functionality, but it's source code is no longer available.
如果有人有以上链接或来源,请与我分享.
If anyone have a link or source to the above please share it with me.
这里有两个很棒的库帮助了我.它们都是所见即所得的实现.
Here are two awesome libraries which helped me out. Both of them are implementation of WYSIWYG.
Android 实时编辑器:https://github.com/1gravity/Android-RTEditor
Android RTEditor: https://github.com/1gravity/Android-RTEditor
RichEditor-Android:https://github.com/wasabeef/richeditor-android
RichEditor-Android: https://github.com/wasabeef/richeditor-android
还提供了它们的实现代码.
Their implementation code is also provided.
这篇关于Android Edittext 富文本格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
在android中剪切、复制、粘贴Cut, copy, paste in android(在android中剪切、复制、粘贴)
android EditText 融入背景android EditText blends into background(android EditText 融入背景)
更改 EditText 的线条颜色 - AndroidChange Line Color of EditText - Android(更改 EditText 的线条颜色 - Android)
EditText 始终显示带 2 位小数的数字EditText showing numbers with 2 decimals at all times(EditText 始终显示带 2 位小数的数字)
更改光标在展开的 EditText 中的开始位置Changing where cursor starts in an expanded EditText(更改光标在展开的 EditText 中的开始位置)
android中的EditText,adjustPan,ScrollView问题EditText, adjustPan, ScrollView issue in android(android中的EditText,adjustPan,ScrollView问题)