hyperlink - Linkify in android TextView -
i have text view text" product developed xyz. more queries, mail @ info@abc.com. , have linkified "info@abc.com". problem is, whenever touch area below textview, gets linked email. how make sure, link has happen on clicking info@....i used patterns, linkify.email_address..nothing seem work...kindly suggest answers
i had problems automatic links, turned off , instead using html formating of text plus code:
textview textview = (textview) findviewbyid(r.id.textbox); textview.setmovementmethod(linkmovementmethod.getinstance()); textview.settext(html.fromhtml(strtext));
an email link goes <a href="mailto:my@email.com">my@email.com</a>
Comments
Post a Comment