I want to set the text in a textview that contains href tags as well as regular http links. For example, text like this "please <a href=/'http://google.com' target='_blank'>click here</a>. or visit http://yahoo.com ".
The problem is that I cannot set both properties together. If I set Html.fromHtml to text, the link with the href tag will be highlighted. But the Linkfy property does not work for "http://yahoo.com" and vice versa. Is there a default property to include href tags and regular links in a TextView.
Thanks,
source share