3

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.

Franci Penov
  • 74,861
  • 18
  • 132
  • 169
chiru
  • 31
  • 4

1 Answers1

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