I’m collecting information from a JSON website and displaying it in my Android app as a TextView. The information is taken from a standard MySQL database and stripped of tags (with php).
What I want to do is keep the links in the texts. E.g. “For more information, click here“, here is not a click-able link.
I tried keeping the ” < a > ” tags when stripping but that didn’t get the desired effect in the app either.
Any suggestion of where to look next would be great…
Add in TextView
and add this line to your textview
visit here for more .