Android SharedPreferences

Usage SharedPreferences preferences = context.getSharedPreferences(NAME, Context.MODE_PRIVATE); preference.edit().putInt(strKey, nValue).apply(); //or preference.edit().putInt(strKey, nValue).commit()
相关文章
相关标签/搜索