Possible Duplicate:
Set TextView style (bold or italic)
I am trying to implement an Evernote-like TextEditor in my application. Using this code I managed to make an EditText with options like bold, italic, color, size etc. my link is here
Once the content of the EditText is saved (it is saved in SqlLite), I should be able to view it, in a TextView. The problem is that I can see my content (saved from the EditText), but there is no formatting as specified (color, bold, italic).
Any suggestion on how to display this formatted text? Any tutorial that you know?