Lines Matching refs:that
11 possible (and quite common) to create multiple threads within that process,
20 <dd>The AndroidManifest.xml file is the control file that tells the system
24 "glue" that actually specifies which Intents your Activities receive.</dd>
27 <dd>An Activity is, fundamentally, an object that has a life cycle. An
28 Activity is a chunk of code that does some work; if necessary, that work
35 <dd>A View is an object that knows how to draw itself to the screen.
43 <dd>An Intent is a simple message object that represents an "intention" to
47 piece of code (in this case, the Browser) that knows how to handle that
53 <dd>A Service is a body of code that runs in the background. It can run in
63 <dd>A Notification is a small icon that appears in the status bar. Users
67 strongly-preferred mechanism for alerting the user of something that needs
71 <dd>A ContentProvider is a data storehouse that provides access to data on
72 the device; the classic example is the ContentProvider that's used to
73 access the user's list of contacts. Your application can access data that