Top "Autocompletetextview" questions

AutoCompleteTextView is an Android widget that automatically shows complete suggestions as the user types.

Android custom layout for AutoCompleteTextView

I may be missing something simple here, but I have an AutoCompleteTextView that contains some very long items. When one …

android autocompletetextview
AutoCompleteTextView doesn't work when I enter first character

My AutoCompleteTextView doesn't work when I enter first character in textbox but starts showing dropdown when I enter second character. …

android autocompletetextview
How to dynamically add suggestions to autocompletetextview with preserving character status

Problem Description: I am facing some problem with AutoCompleteTextView where I have to show suggestions after each keypress. Thing is …

android autocompletetextview notifydatasetchanged android-filterable
android autocompletetextview hint results hidden under keyboard

I have 3 autocompletetextview's in which i set its adapter to be an ArrayAdapter<String> with a very simple …

android autocompletetextview
Customize divider / separator in dropdown of an AutocompleteTextview

I've seen this question asked some other times on the site, but no one couldn't get any answer. Is there …

android drop-down-menu autocompletetextview separator divider
SearchView remove blue focus line and show cursor at certain position

I have been trying to remove the blue focus line in the SearchView .I am casting it to a AutoCompleteTextView …

android focus autocompletetextview searchview android-background
How can I avoid autocomplete dropdown appearing when text is programmatically set?

I have an AutoCompleteTextView in my layout. I also have an alternative way to select the same items which are …

android autocompletetextview
Changing the width of AutoCompleteTextView in Android

I've been stumped on this for a few days. I have an autoCompleteTextView and a button split 50/50 in my layout. …

java android xml android-listview autocompletetextview
How to avoid getting both called: onItemClicked and onTextChanged on AutoCompleteTextView

I have this code. When I choose an item from suggestion list, the onTextChanged happens first, then oItemClicked comes after …

android autocompletetextview textchanged
Remove underline from AutoCompleteTextView via xml

i have this view: <AutoCompleteTextView android:id="@+id/search_bar" android:layout_width="fill_parent" android:layout_height="wrap_…

android textview autocompletetextview