Re: [android-developers] MuiltiColoumn AutoComplete Search

2014-04-30 Thread sourabh sahu
Thanks Treking On Wed, Apr 30, 2014 at 4:28 AM, TreKing wrote: > > On Tue, Apr 29, 2014 at 6:21 AM, sourabh sahu wrote: > >> Now I want multicolumn autocomplete search i.e. if I type >> Name,age,address etc it will search. > > > http://www.catb.org/esr/faqs/smart-questions.html > > > -

Re: [android-developers] MuiltiColoumn AutoComplete Search

2014-04-29 Thread TreKing
On Tue, Apr 29, 2014 at 6:21 AM, sourabh sahu wrote: > Now I want multicolumn autocomplete search i.e. if I type > Name,age,address etc it will search. http://www.catb.org/esr/faqs/smart-questions.html ---

[android-developers] MuiltiColoumn AutoComplete Search

2014-04-29 Thread sourabh sahu
I want to implement multicolumn autocomplete search in listView. I have a class Lets say Person with name, age, address as an attribute.Now I am creating a customadapter with Person class for listView.Now I want multicolumn autocomplete search i.e. if I type Name,age,address etc it will search.