2

We are trying to replicate the SearchBar on Android (SDK Level 8). We know that there is a SearchView in Android Level 11 but our devices run on level 8. Is there any widgets or any ways to search a ListView without having to upgrade our devices?

We are trying to mimic the search like the iPhone SDK.

  • So you want a EditText where you enter your search term with a ListView below it? – Noel Sep 20 '11 at 18:57
  • @Noel : Exactly. And this text will filter the ListView below it, like on the iPhone SDK. –  Sep 21 '11 at 20:16
  • See this SO post for a very detailed answer. http://stackoverflow.com/questions/1737009/how-to-make-a-nice-looking-listview-filter-on-android – Noel Sep 22 '11 at 17:20

0 Answers0