I have a textView with one URL.. But I don't want to show the whole URL but only a few words like: Click here. And when the textview is clicked.. The application need to open te URL "behind" the words Click here..
For your information: The textView is clickable now. The URL displays correctly. When the URL is clicked, the browser will start, and load the URL correctly.
I only want to change the text of the link what is visible.
EDIT: Everytime the app restart or reload, the url can be different, so it is nog always the same URL.