Lines Matching refs:note
89 to delete a note. Call <code>menu.add()</code> like so:
122 method of our NotesDbAdapter and the note is deleted. That's it for the context menu — notes
145 <p>Create a new <code>Intent</code> to create a note
182 <code>Intent</code> to edit the note using
185 to pass in the title and body text, and the <code>mRowId</code> for the note we are
204 using the Bundle to pass in the title, body and mRowId of the note we want to edit.
207 The details of the note are pulled out from our query Cursor, which we move to the
215 <p class="note"><b>Note:</b> We assign the mNotesCursor field to a local variable at the
279 returned Intent) and use them to create a new note.
283 the note in the database.
382 so that our class can use them to set and get the note title and body,
389 track of what note the user is editing.</p>
453 of the edited note to the Intent caller. We do this using something called
480 note.</p>
611 <p class="note">If you prefer to edit this file directly, simply open the
624 first use the directional controls on the device to highlight the note.
625 Furthermore, selecting a note title from the list should bring up the note
633 <p>Now try editing a note, and then hitting the back button on the emulator
637 back into the notepad to look at the note you changed, you will find that all