how to use notifyDataSetChanged()
问题 Hi i have problem with my adapter, i don't know how to refresh my data in ListView when i use adapter.notifyDataSetChanged() after data changing nothing happen. I wonder if i have to override notifyDataSetChanged() in this class. I hope you will help me. Here is my adapter class: public class ListViewAdapter extends BaseAdapter{ public ArrayList<HashMap<String, String>> list; Activity activity; TextView txtFirst; TextView txtSecond; TextView txtThird; TextView txtFourth; public static final