0

How to implement Custom Suggestions ( sorting / filtering ) using AutoComplete TextView. like below image, i want to implement ,

enter image description here

means , suggestions comes if input character is present in the data array element, either it is not starts with the input character.

How to implement ?

sandeep gupta
  • 301
  • 1
  • 3
  • 14
  • I have tried above search functionality working with view stub,on addTextChangedListener. But how to override suggestions with autoCompleteTextView ? – sandeep gupta Dec 21 '14 at 08:46
  • see my answer here: http://stackoverflow.com/questions/19858843/how-to-dynamically-add-suggestions-to-autocompletetextview-with-preserving-chara – pskink Dec 21 '14 at 08:49

0 Answers0