Hi
Auto complete text view shows list when you starts typing in edit box. But I want to show list on click event of autocomplete textview. So On click event I use isPopupShowing() method to check whether DropDown is showing or not. But each time I get false return from isPopupShowing(). Because of which I can not able to find out when I should show my list.
I have tried to explain my issue. Please help me if any one knows the solution.
Thanks