文件名称:Android代码-esperandro
文件大小:116KB
文件格式:ZIP
更新时间:2022-08-27 20:50:20
Android代码
esperandro Easy SharedPreference Engine foR ANDROid Website with complete tutorial esperandro is for everybody that uses SharedPreferences in his Android App and is tired of the verbose usage of them. Load and save preferences without esperandro: String superFancyPreference = preferences.getString("superFancyPreferenceKey", "default value") preferences.edit().putString("superFancyPreferenceKey", superFancyPrefence).commit() Load and save preferences with esperandro: String superFancyPreferenc