官术网_书友最值得收藏!

  • Android Wear Projects
  • Ashok Kumar S
  • 55字
  • 2021-07-15 17:17:57

Saving notes

The saving note method accepts two arguments, Note and Context. When a note is not empty, it opens up the SharedPreference editor and saves the data: 

public static void saveNote(Note note, Context context) {
    if (note != null) {
        SharedPreferences sharedPreferences =   
        PreferenceManager.getDefaultSharedPreferences(context);
        SharedPreferences.Editor editor = sharedPreferences.edit();
        editor.putString(note.getId(), note.getNotes());
        editor.apply();
    }
}
主站蜘蛛池模板: 巴彦淖尔市| 文水县| 娄底市| 闸北区| 丹阳市| 柘荣县| 林州市| 新平| 高阳县| 新疆| 商都县| 张家口市| 喀喇沁旗| 新津县| 阳朔县| 临西县| 思南县| 芜湖市| 大同市| 沧源| 嘉善县| 历史| 富川| 连州市| 阿克| 繁峙县| 洪雅县| 都安| 洮南市| 林周县| 霸州市| 固镇县| 简阳市| 石柱| 区。| 马鞍山市| 昭平县| 蒙阴县| 南岸区| 民丰县| 玉屏|