#SPUtils

SPUtils

packagecn.loaderman.demo;importandroid.content.Context;importandroid.content.SharedPreferences;importandroid.content.SharedPreferences.Editor;importjava.util.Ma...
代码星球 ·2020-11-02

SharedPreferences封装类SPUtils

对SharedPreference的使用做了建议的封装,对外公布出put,get,remove,clear等等方法;注意一点,里面所有的commit操作使用了SharedPreferencesCompat.apply进行了替代,目的是尽可能的使用apply代替commit首先说下为什么,因为commit方法是同步的,并...
代码星球 ·2020-04-06