This is a question. Is there a way to show the suggestions as soon as the NachoTextView is clicked/focused without the user having to type any character?
I have tried setThreshold(0) but the AutoCompleteTextView only allows a minimum of one character. I was wondering if there was a way around this.
This is a question. Is there a way to show the suggestions as soon as the NachoTextView is clicked/focused without the user having to type any character?
I have tried
setThreshold(0)
but theAutoCompleteTextView
only allows a minimum of one character. I was wondering if there was a way around this.