Filtered list item opens the original list items' activity
After a tremendous amount of time searching in here, and everywhere else I am hopeless to find a solution. So here is my problem. I have created a list-view and on top of that I added a search-bar. When I use the search-bar, to filter the results... when I click on item 7, instead of opening the specific clicked activity i.e. 7, it always starts from the first one. I am looking forward to your help guys; because I need it! akhil batlawala public class Group extends ListActivity { // ArrayList thats going to hold the search results ArrayList<HashMap<String, Object>> searchResults; // ArrayList