I\'m implementing a TextView with a string containing two hyperlinks as below but the links are not opening a new browser window:
This works for me
Add this in your textview:
android:autoLink="all" android:clickable="true"
https://www.youtube.com/watch?v=UnJxyfyDyHU
I hope this help you.