摘要:
public long createNote(String title, String body) { ContentValues initialValues = new ContentValues(); initialValues.put(KEY_TITLE, title); initialValues.put(KEY_BODY, body); return mDb.insert(DATABASE_TABLE, null, initialValues); }ContentValues class is used to store... 阅读全文
posted @ 2012-02-25 14:35
feiyunruyue
阅读(335)
评论(0)
推荐(0)

浙公网安备 33010602011771号