I am having a textview with multi line text. In some places textview is having webpage address like google.com yahoo.com etc.., Now because of multi line, wordwrap functionality is splitting google. in one line and com in other line, same is happening for yahoo. in one line and com in other line.
Is there any way to specify that some words in the string should not be splitted in android?
-RR..