Android -Liste [i]
ArrayList<String> list = ...
String item = list.get(index); // get the ith element of the list
Merlin4 (personal)
ArrayList<String> list = ...
String item = list.get(index); // get the ith element of the list