Am I the only one who really really doesn't like s...
# android
s
Am I the only one who really really doesn't like shared preferences? I'm storing a list of item data and I ended up serializing that to json and stored in a single string key in shared preferences, but I also want to allow manual import and export and it just seems like it's more nasty stuff, because to export the shared preferences I then need some kind of format.. Like JSON