I have a little problem with my interface.
My app has a main window where ListView is located and the user must have a way to search for specific record.
The way I need it is "search-while-typing". So user would enter some letters in the search field and the app will rebuild the list with matching records.
iPhone has this system (i think) where standard search control can be tied with listview.
Android's standard search is more like a dialog (in a way, that it goes above the screen and hides the part of my list).
The only way for now is to place a edittext somewhere as a search bar and search when user input's something.
Maybe I'm missing something, but are there some other ways?



