Use EncryptedSharedPreferences | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10135609-jetpack-security/lessons/3

for SharedPrefrences we can use KTX extensions for performing any operation. Something like

sharedPreferences.edit { putString("key", value) }

@macsimus Do you have any feedback about this? Thank you - much appreciated! :]

@navsingh637 I asked you instead of Joe about the whole thing by mistake. Sorry about that!

1 Like

no problem. …