hi my task is simple that make a autocompletetextview
and show matched text in dropdown
. But i want to change in filter.
Ex: my list
is like D.Y.Patil College
,Pune unversiry
etc. I want that when user type dy
or dyp
it stat matching and display result.
How could i ignore whitespace
and dot.
And also Could u plz tell me to how exactly autocompletetextview
works.