Home | History | Annotate | Download | only in notepad

Lines Matching full:look

84     <p>Take a look at the <code>NotesDbAdapter</code> class &mdash; this class is provided to
88 to look up data from the proper field names in the database. There is also a database creation
158 take a look at it. (You may have to
217 ListAdapter knows to look for this name by default. Alternatively, you could change the
273 project and look at it, you should see new definitions for
289 <p>Take a look through the existing code in <code>Notepadv1</code> class.
355 <code>onCreate()</code> should now look like this:</p>
403 <p>The whole method should now look like this:
437 The whole <code>onOptionsItemSelect()</code> method should now look like
472 The whole <code>createNote()</code> method should look like this: </p>
507 <p>This is a bigger chunk of code, so let's first take a look at it:</p>