Is there any way I can launch an activity from a portion of a string.
eg I have this in my strings.xml file:
assign this string to one of your xml layout and then in your code get the id of TextView and then implement OnClickListener for this Textview,inside of it you can start your new activity you want.