Oddbean new post about | logout
 nostr:npub1slp5q3n9nyjn3p28hnxmvj5x82w6yw03cvplvkjdrnnuqqw4et3ste4xfq Every time I need to store some simple key/value pairs, I glance at Datastore. Then, I see how overly complex it is, all the hoops I have to jump into to make it work, and I go back to SharedPreferences. I know it's less efficient but it usually solves my problem, it has drawbacks but I can live with them