I have an AutoCompleteTextView and set onItemSelectedListener to it, which does not work.
Have you any idea what is the problem? Here is my Activity, I can also pr
You must use
OnItemClickListener
instead of OnItemSelectedListener