Steve
03/22/2021, 10:24 PMephemient
03/22/2021, 10:47 PMSteve
03/22/2021, 10:52 PMSteve
03/22/2021, 10:52 PMCedrick Cooke
03/23/2021, 4:44 PMSharedPreferences
is just an interface. It's not that much work to write your own implementation of it which is backed by MutableMap<String, Any?>
, and then just dependency-inject that in-memory instance. I'd share code, but ours lives in the closed source portion of our app.