I have a AutocompleteTextView and it works fine. When I write a word it shows the relevant result but I want to show all items without writing any word in AutocompleteTextVi
You could simply use this single line of code
autoCompleteTextView.setThreshold(100);