Android LinkMovementMethod in XML?
Use the "autoLink" property in the XML layout
No, there is not. If you are using setMovementMethod(LinkMovementMethod.getInstance());
in so many places in your app that you want to avoid it, you should consider creating and using a custom class extending TextView
which executes that method.