After filter a listview,how can I obtain the position of the first listview?
问题 After filter a listview,how can I obtain the position of the first listview? I use simpleadapter to fill the listview. Each item in the datasource has its own id,and I use "case" to redirect them. After I filter the listview ,I don't know how to associate the latter items with the first listview.The postion and id have changed. Thank you. I use the afterTextChanged of EditTextView to filter the listview and notify it. @Override public void afterTextChanged(Editable paramEditable) {