I am using a TextView for which I have set autolink=\"web\" property in XML file. I have also implemented the onClickListener for this TextView. Th
autolink=\"web\"
onClickListener
Just adding
textView.setMovementMethod(CustomLinkMovementMethod.getInstance());
to @binary's answer for those whose the method did not work with them