Hello All,
I have successfully implemented my AutoCompleteTextView which is based off an sqlite query and placed in an array adapter. Thats all working beautifully, however I cant et my onclickevent working. I just want to create an intent to pass the selected value to a new activity. I know how to create an onclicklistener I am just unsure about how to apply it to the dropdown box of the AutoCompleteTextView.
So far I've come up empty so any help is much appreciated!
Cheers