klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove link Builder

mhemdan opened this issue · comments

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

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.