I am trying to make these links text clickable in TexView
.
String s = "<a href=\"https://google.com\">google</a> https://google.com";
textview.setText(Html.fromHtml(s));
I could not make both clickable at the same time.
This makes <a>
tag clickable
textview.setMovementMethod(LinkMovementMethod.getInstance());
This makes web link clickable
textview.setAutoLinkMask(Linkify.ALL);
答案 0 :(得分:1)
TRUNC( create_date )