If using XML based TextView, for your requirement you need to do just two things:
Identify your link in the string, such as "this is my WebPage."
You can add it in xml or in the code.
In the xml that has the TextView, add these:
android:linksClickable="true"
android:autoLink="web"