信仰

猛图www.omeng.org

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月11日

摘要: notesCursor = mDbHelper.fetchAllNotes(); startManagingCursor(notesCursor); String[] from = new String[]{NotepadDBAdapter.KEY_TITLE}; int[] to = new int[]{R.id.list_title}; notes = new SimpleCursorAdapter(this, R.layout.notes_row, notesCursor, from, to); se... 阅读全文
posted @ 2012-01-11 10:04 信仰123 阅读(147) 评论(0) 推荐(0)

猛图