I was creating list using the array.xml and populating it into listView The problem is I need to add a hyperLinked text within the arrayItem decsription so than when I populate it into listView it should link to my website!!!
<string-array name="about_us">
<item><b>What is it all about ?</b>\n\this is a mobile application </item>
<item><b>Where all goods go ?</b>Currently the goods can get delivered only in India.</item>
<item><b>How will I Know more?</b>Click [HERE] to go to our website</item>
</string-array>
is there any way for doing it straight?