I have an AutoCompleteTextView in my app which works. I have successfully created an onClickItemListener. The question is how to grab the text the
AutoCompleteTextView
onClickItemListener
arg0 being your AdapterView and arg2 the position.
arg0
AdapterView
arg2
Have you tried:
arg0.getItemAtPosition(arg2);