Rany Albeg Wein
NiceAutoCompleteTextView
A standard AutoCompleteTextView, but a bit nicer
What can be nice about an AutoCompleteTextView ?
- It tells you whether the user selected an item from its drop down list, or simply typed some text ignoring auto-complete suggestions.
- It will
performFiltering(CharSequence,int)
immediatelyonTouchEvent(MotionEvent)
. - It is available for download in this Gist :-)
Posted in: androidautocompletetextview
December 24, 2015