摘要:
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)