I am using AutoCompleteTextView, when the user clicks on it, I want to show suggestions even if it has no text - but setThreshold(0) works exactly
AutoCompleteTextView
setThreshold(0)
Just call this method on touch or click event of autoCompleteTextView or where you want.
autoCompleteTextView.showDropDown()