The library is working fine only if we have link between tags for example:
Some text http://www.google.com
Some text http://www.google.com
In this way it will highlight the link and clickable also, but in case 2
Some text Go to Google
Some text Go to Google
Link is not generating neither it is clickable, can you provide any solution for this
I have tried using
1.BetterLinkMovementMethod.linkify(Linkify.ALL, textview) and
2.BetterLinkMovementMethod.linkifyHtml(textview)
both