There are 2 arrays:
ArrayList<String> One = new ArrayList<String>(); ArrayList<String> Two = new ArrayList<String>();
The One
array is filled with a listView
(in the One
array, plain text). In the array Two
- a link to the explanation of this text One
(Text Example), Two
(Link to explanation). And here's what I need: so that when I click on the ListView
link from the Two
array opens.