If we have two activities:
- List of files and last modified time
- File editing activity
A user selects a file from the list and is taken to the file editing activity. When done editing, the user presses the back button to return to the file list.
The list is not reloaded and therefore an incorrect value is displayed for the just edited files modified time.
What is the proper method of causing the file list to refresh after the back button is pressed?
This example assumes that no database is being used, just an ArrayAdapter.