How to update ListView after onResume from other activity?
问题 Im trying to create an application that enable user to create event, then invite participant. So when user go to "add participant" page, after entering all information, im trying to direct back to the "participant list" page by using onResume(), but how to update the listview? i tried to use notifyDataSetChanged() but not working. Here is the code for participant list: public class EventPage extends ListActivity implements OnClickListener { Intent intent; TextView friendId; EventController