I want to display a clickable URL in the message of android so i need your suggestion how to do that? I used Linkify but it is used for only text view but i want it in the StringBuilder.
StringBuilder shareMsgBuilder = new StringBuilder("google.com");