I have an activity displaying a listview of data... when clicked it goes to another activity showing detail info on that data. The user can update some of that data, when they do I want to force the refresh of the listview in the previous activity. How can I force a reload of that previous activity?
↧