I set auto link = web but it create unwanted link when TextView
text has dot with any character like "i.want" it will create link for it have to prevent this
I try to remove dot from string but then guanine link will not generated
give some solution for it
code
linktxt.setText(myObj.getpost());
post will get from api .
thank you