Simple rich text editor in Android -


How do I apply an editor with font styles, shapes and colors in Android and how I can save notes And after making notes with all these styles, I can open it.

Why do not you store it as HTML? :) Simple as that.

If you want to confuse it a bit, you should store all the spanable data as XML and parse it and reinstall styles while displaying it back.

Comments