klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.
MIT License
1.59k stars 199 forks source link

Remove link Builder #23

Closed mhemdan closed 9 years ago

mhemdan commented 9 years ago

is there a way to remove link builder from textview after adding it ?

klinker24 commented 9 years ago

Link Builder works off of SpannableStrings that are set as the text on the TextView. If you simply write different text to the TextView with TextView.setText(), then the links will be removed.