Lines Matching refs:note
107 <p><code>createNote()</code> takes strings for the title and body of a new note,
108 then creates that note in the database. Assuming the new note is created successfully, the
109 method also returns the row <code>_id</code> value for the newly created note.</p>
110 …code>deleteNote()</code> takes a <var>rowId</var> for a particular note, and deletes that note from
122 <p class="note"><b>Note:</b> A Cursor is returned rather than a collection of rows. This allows
127 <p><code>fetchNote()</code> is similar to <code>fetchAllNotes()</code> but just gets one note
135 {@link android.content.ContentValues ContentValues} instance to update the note of the given
255 Add the following contents (note: again the XML header is used, and the
292 we will use to create numbered note titles.</p>
329 access notes data, and populate the list with the available note
457 create a new note with a title assigned to it based on a counter ("Note 1",
459 the contents of a note, so for now we will have to be content making one