I have a layout where the textviews are added dynamically from a json file. How do I add links to each of these text to another page/activity and pass a string to that page. Like thr html <a> tag.
So if my page looks like
Joe Smith
John Bloggs
John Doe
I click/press on John Doe and it displays another page with John Doe details on it like address (the details being on the string passed in)

