How to update listview when back pressed from another activity android?
问题 Hi how to update listView when back pressed in another activity. I am using database, where i am deleting particular row in one Activity , if back pressed alone, it's not updating. When i switch over to some other activity or app closed and open it's working fine where listView gets updated. Here is code.. public class FragmentLiveChats extends Fragment { private AdapterLiveChat adapterChatHistory; private List<LiveChatDetails> customerDetail; private ListView mListView; private List