Liste Android [index]

ArrayList<String> list = ...
String item = list.get(index); // get the ith element of the list
Merlin4 (personal)