I\'m implementing a TextView with a string containing two hyperlinks as below but the links are not opening a new browser window:
Just use Linkify
textView.text = text Linkify.addLinks(textView, Linkify.WEB_URLS)