SharedPreference

SharedPreference 可能导致内存溢出

  • sp 的写操作要集中提交,不要反复创建 Editor。当反复创建 Editor 和 执行 apply() 方法,又循环到了1k的量级,就容易内存溢出https://www.jianshu.com/p/3c94578cb6d7

用kv就不会导致内存溢出,kv是啥?
还是不懂为啥在app启动的时候使用sp就内存溢出了

你可能感兴趣的:(SharedPreference)