Search code examples
androidandroid-edittextrich-text-editor

Android Edittext Rich Text Formatting


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.


Solution

  • Here are two awesome libraries which helped me out. Both of them are implementation of WYSIWYG.

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

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

    Their implementation code is also provided.