notifyDataSetChanged not working
问题 My app uses a MultiColumnListView (https://github.com/huewu/PinterestLikeAdapterView) and as its name says it helps creating multi column list views. The library is great, but as they specify, filtering is not supported. So I am trying to create my own text-filter functionality with a simple edit text. Finally I achieve to filter the list but now I need to refresh the listView and recall the setAdapter because I pass the list on it. MyAdapter adapter = new MyAdapter(this,myList); listView