by utut » Thu Aug 09, 2012 11:48 am
I am trying to use android autocomplete textview component, now I am able to display a list of text based on what user types, that list of text is the .toString property of my list of custom object. Now I would like to match typed text to other properties of my custom objects. I am just wondering what should I override in order to filter the auto complete list NOT just based on tostring property, but other properties of object as well?