On Android, how can I a ListView that filters based on user input, where the items shown are updated dynamically based on the TextView value?
I'm looking for something like this:
-------------------------
| Text View |
-------------------------
| List item |
| List item |
| List item |
| List item |
| |
| |
| |
| |
-------------------------