You can use Html.fromHtml(String source):
java
textView.setText(Html.fromHtml("<a href=\"http://www.google.com/\">google</a>"));
You can use Html.fromHtml(String source):
textView.setText(Html.fromHtml("<a href=\"http://www.google.com/\">google</a>"));
Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.