As the title suggests I would like to know,
Are there any open source rich text editors for Android ?
Check my own solution here: https://github.com/trietphm/CustomEditor
You can set Bold, Italic, Underline and color.
There is an open source EditText rich text editor called android-richtexteditor but the code was inexplicably deleted in r5. The code is still there in r4; just use svn to check out r4 or earlier to access it. The code appears to support italics, underline, color picker, text size, and more.
Check this open source Wordpress mobile application for android.It has very promising Richtexteditor based on Edittext.
You can download the source from here
Thanks
来源:https://stackoverflow.com/questions/5632392/any-open-source-rich-text-editors-for-android