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.