How to save score to SharedPreferences then update it?
问题 I have an app which shows the total earnings of stars in the MainActivity as textview. I want to do is input 0 if the app is run for the first time. Then afterwards as I finish a level and earn some stars (like currentScore + 50 = newScore) it will be redirected to MainActivity with the newScore textView. This is my MainActivity where the the textview shows the score public class MainActivity extends Activity { private static TextView txt_stars; @Override protected void onCreate(Bundle