I'm trying to assign the below string from the strings.xml file for a TextView android:text property. I'm unable to get the link to show up as a clickable hyperlink. Any suggestions? I've tried the below techniques.
<string name="no_device_body">click following link: <![CDATA[<a href="http://cnn.com">link1</a>]]>
</string>
<string name="no_device_body">click following link: http://cnn.com">
</string>
<string name="no_device_body">click following link: <a href="http://findmespot.com/en/index.php?cid=116">link1</a>"</string>
ref: android string.xml reading html tags problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With