When I use edit text to filter the items, the list positions get all messed up and the items no longer call the proper intent. Any help is appreciated
lv.se
if you use ViewHolder in Adapter just define a realPosition variable in holder class and set it in YourAdapter.getView
ViewHolder
Adapter
and in listClick Listener
ContactAdapter.ViewHolder holder = (YourAdapter.ViewHolder) view.getTag(); holder.realPosition