How can I implement an editor with font styles, sizes and colors in Android. And how can I save the note and open it after creating the note with all these styles.
Asked
Active
Viewed 1,229 times
3
-
[This](http://stackoverflow.com/questions/4283755/android-question-implementing-a-rich-text-editor) will give you some idea – Kartik Domadiya Mar 17 '11 at 05:44
1 Answers
1
Why don't you store it as HTML? :) Simple as that.
if you want to complicate it a bit, you should store all Spannable data as XML and while parse it and restore the styles when displaying it back.

st0le
- 33,375
- 8
- 89
- 89