I keep Getting the Default value either my UI will display null or if I use integers it displays that default value as well here it is in the string form plz help
Whenever you working with SharedPreference never forget to call commit() to save your changes.
commit()
SharedPreferences.Editor editor = peepsScores2.edit(); editor.putString("NewuserScore1", newUserScore1); editor.commit();