2
Hello,
I’m making an app and I’m saving some information in Sharedpreferences, which is user information, such as name/phone.
I’m editing a profile and wanted to know how to change not only in the database(As I already did) but also in sharedPreferences.
How do I change data that has already been saved in Shared preferences?
I understood, I used a key to save the preferences, so I just reused this key and apparently it overwrites. Thanks anyway!
– Luis Felipe