We don't currently have a general flat rich text format for android. You can use android.text.TextUtils.htmlEncode and android.text.Html for converting to/from HTML, but those may not be able to represent all of the style information in your text view.
On Tue, Nov 18, 2008 at 8:16 PM, loty <[EMAIL PROTECTED]> wrote: > > I have an EditText where users can set text to bold, italic, etc but I > can't figure out how to save that text with style in db. I use getText > but that only returns text and no style info. > Any help is appreciated. > > > -- Dianne Hackborn [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

