How to implement Custom Suggestions ( sorting / filtering ) using AutoComplete TextView. like below image, i want to implement ,
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 ?