How can I display values from EditText user input?
问题 I have a SharedPreferences that saves EditText input from one activity and displays the String value in another activity. When I enter an input into the EditText fields and press (a button I created) "Save" (which commits the EditText to editor), the file is stored successfully. However, the display activity (which displays the stored String values in SharedPreferences) doesn't display the values. I am guessing it is because it is the onCreate, so the screen is "created" when it runs. How can