Android SharedPreferences

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