I have a custom adapter I am using to populate a listview on my main activity. The listview is clickable (single selection) and it opens a detail info activity. The user can change data for that item and then click save which finishes that activity which then resumes the main activity. My question is what is the best way for me to cause that listview to refresh so that if the user changed anything it is reflected on the main activity?
↧