Search in ListView with EditText

android

Solution

follow the link

http://marakana.com/forums/android/learning_android_book/617.html

http://androidsearchfilterlistview.blogspot.in/2011/06/android-custom-list-view-filter.html

How can I filter ListView data when typing on EditText in android

How to dynamically update a ListView on Android

Problem

I have a `ListView`. Each row of it contains 3 `TextView`'s and 2 `Button`'s. Above it I have an `EditText`. How can I filter my `ListView` by the value in first `TextView` of each row?

Original source

Related problems