I have QR scanner application, I use edit-text view to display scanned text, I want to display scanned web links (like https://www.google.com) in blue, with the possibility to click it for browsing. what is the simplest way to do that?
if I captured this string for example: "Visit us at www.justfortest.com place your order now" and checked if it contains valid URL by using your example here, and got the URL part.
How can I make this URL "www.justfortest.com" clickable blue, and keep the other part of string normal with CSBuilder.