Top "Linkify" questions

An Android utility class with which you can easily link to for example webpages, phone numbers or e-mail addresses.

convert url to links from string except if they are in an attribute of an html tag

I am trying to convert, from a textarea input ($_POST['content']), all urls to link. $content = preg_replace('!(\s|^)((…

php regex url preg-replace linkify
Android: Format Font in Alert Dialog

I have two questions 1) Does anyone know, how to apply styles or formatting to alert dialog. I currently use Builder …

android dialog android-alertdialog linkify
TextView that is linkified and selectable?

I would like to have a TextView that is both selectable and linkified. When I do both I end up …

android textview linkify selectable
Open TextView links at another activity, not default browser

Having the textView with autoLinkMask set to Linkify.ALL, i'm able to open the links and the browser shows the …

android textview linkify
Android Linkify links textColor ignored, css style overrides possible?

I am using Linkify in my app, and visited link text is appearing as dark purple. My overall layout background …

android textview overriding linkify textcolor