Lines Matching refs:Define
101 <h3 id="DefineListView">Define ListView and item layouts</h3>
121 Define the item layout file <code>contacts_list_item.xml</code> with the following XML:
145 <h3 id="Fragment">Define a Fragment that displays the list of contacts</h3>
189 <h3 id="DefineVariables">Define global variables</h3>
191 Define global variables that are used in other parts of the code:
214 // Define global mutable variables
215 // Define a ListView object
217 // Define variables for the contact the user selects
292 <a href="#Fragment">Define a Fragment that displays the list of contacts</a>.
315 <h3 id="DefineProjection">Define a projection</h3>
317 Define a constant that contains the columns you want to return from your query. Each item in
346 <h3 id="DefineConstants">Define constants for the Cursor column indexes</h3>
384 <h3 id="OnItemClick">Define the onItemClick() method</h3>
537 Define ListView and item layouts.
540 Define a Fragment that displays the list of contacts.
543 Define global variables.
555 Define constants for the Cursor column indexes.
562 Define the onItemClick() method.
593 <h3 id="SpecificProjection">Define a projection</h3>
619 <h3 id="SpecificCriteria">Define search criteria</h3>
731 Define ListView and item layouts.
734 Define a Fragment that displays the list of contacts.
737 Define global variables.
749 Define a projection.
752 Define constants for the Cursor column indexes.
760 Define the onItemClick() method.