Android Studio – How can I create and style a clickable inline link in a TextView paragraph in Android Studio without styling the full TextView?
I want to create a TextView with just a few words clickable. When user clicks on that link a Webview is created. I also would like to change the color of the link as well. In HTML I can do…