Android - notifyDataSetChanged() not working on custom adapter?
问题 I am trying to call notifyDataSetChanged() on my custom adapter but it seems not to be working. Here is my activity :- public class ThreadData extends ListActivity { private static final Uri SMS_URI = Uri.parse("content://sms"); HashMap<Long, BodyType> bodies = new HashMap<Long, BodyType>(); private String name, number; private ListView listView; private Activity activity; ThreadDataAdapter adapter; Handler handler; private Context context; private static final String PHONE_NUMBER_SEPARATORS