Is there a way in which i can convert a link in an html representation into
a link in my client app.That is say i have string :

public static String sample3 ="<a href=\"www.google.com\">Link text</a>";

If i convert this into Spanned text by:

     Html.fromHtml(sample3);

then i have the text "Link Text",now if i need to change this into a
link,then how do i get the link which the string initially had?Thats is in
the screen the "Link Text" should appear as a link to "www.google.com"

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to