thank you very much.. On Apr 9, 10:30 am, Kumar Bibek <[email protected]> wrote: > If you want to display it on an EditText or a TextView use Spanned > class to pass the HTML text. > > Spanned strSpan = Html.fromHtml(htmlString); > > Use this Spanned object and set it to the EditText or a TextView. > > Thanks and Regards, > Kumar Bibek > > On Apr 9, 10:24 am, And-Rider <[email protected]> wrote: > > > Is it possible to add a hyperlink in email body. > > > I tried adding <a href> tag but that wasn't working too..
-- 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 To unsubscribe, reply using "remove me" as the subject.

