I\'ve got some problem here. It looks simple and i keep searching for its solution. Unfortunately, i cant find anything. This is my problem.... What i\'m trying to do is to
public void onItemClick(AdapterView> arg0, View arg1, int arg2,long arg3) { String data=(String)arg0.getItemAtPosition(arg2); }});
data contains your clicked position's data. Do what ever you want to do with that.
data