Autocomplete items disappearing
I have a strange problem regarding suggestion items for an AutocompleteView on Android 2.2. I am using a custom ArrayAdapter and Filter class implementation. When I type into the AutocompleteView the suggestion drop-down pops up after entering two characters as shown in the following screenshot: When I enter a third character the drop-down disappears: After entering a fourth character the suggestion drop-down is displayed again: I don't understand why the drop-down disappears when an uneven amount of characters is entered. While debugging I noticed that getView() is called twice when an even