• Home
  • Raw
  • Download

Lines Matching refs:dd

7     <dt id="apk">.apk file</dt> <dd>Android application package file. Each
15 </dd>
18 <dd>Compiled Android application code file.
22 the Java programming language.</dd>
25 <dd>A description of something that an Intent sender wants done. An action is
31 </dd>
34 <dd>A single screen in an application, with supporting Java code, derived
39 floating or transparent.</dd>
42 <dd>Android Debug Bridge, a command-line debugging application included with the
47 for more information. </dd>
50 <dd>From a component perspective, an Android application consists of one
55 <p>Related: <a href="#apk">.apk</a>, <a href="#activity">Activity</a></p></dd>
58 <dd>A drawing surface that handles compositing of the actual bits against
65 ES</a>.</p></dd>
68 <dd>A data-abstraction layer that you can use to safely expose your
74 <p>Related: <a href="#uri">URI Usage in Android</a></p></dd>
77 <dd>The Android platform's virtual machine. The Dalvik VM is an
88 device.</dd>
91 <dd>Dalvik Debug Monitor Service, a GUI debugging application included
95 href="{@docRoot}tools/debugging/ddms.html">Using DDMS</a> to learn more about the program.</dd>
97 <dt id="dialog">Dialog</dt> <dd> A floating window that that acts as a lightweight
104 <p>Related: <a href="#activity">Activity</a>.</p></dd>
107 <dd>A compiled visual resource that can be used as a background, title, or
118 </a></p></dd>
121 <dd>An message object that you can use to launch or communicate with other
138 href="#broadcastreceiver">Broadcast Receiver</a>.</p></dd>
141 <dd>A filter object that an application declares in its manifest file, to
152 href="#broadcastreceiver">Broadcast Receiver</a>.</p></dd>
155 <dd>An application class that listens for Intents that are broadcast,
160 Filter</a>.</p> </dd>
163 <dd>An XML file that describes the layout of an Activity screen.
164 <p>Related: <a href="#resources">Resources</a></p></dd>
167 <dd>An XML file that each application must define, to describe the
172 AndroidManifest.xml File</a> for complete information.</dd>
175 <dd>A resizeable bitmap resource that can be used for backgrounds or other
179 <p>Related: <a href="#resources">Resources</a>.</p></dd>
182 <dd> Android provides OpenGL ES libraries that you can use for fast,
187 <p>Related: <a href="#canvas">Canvas</a>, <a href="#surface">Surface</a></p></dd>
190 <dd>Nonprogrammatic application components that are external to the
203 <code>res/*</code> subfolders of the project. </dd>
206 <dd>An object of class {@link android.app.Service} that runs in the
209 <p>Related: <a href="#activity">Activity</a></p></dd>
212 <dd>An object of type {@link android.view.Surface} representing a block of
217 <p>Related: <a href="#canvas">Canvas</a></p></dd>
220 <dd>A View object that wraps a Surface for drawing, and exposes methods to
226 <p>Related: <a href="#canvas">Surface</a></p></dd>
229 <dd>A set of properties (text size, background color, and so on) bundled
232 &quot;Theme_&quot;). </dd>
235 <dd>Android uses URI strings as the basis for requesting data in a content
243 scheme will be handled by the browser. </dd>
246 <dd>An object that draws to a rectangular area on the screen and handles
254 </a></p></dd>
257 <dd> A container object that groups a set of child Views. The viewgroup is
264 <p>Related: <a href="#view">View</a></p></dd>
267 <dd>One of a set of fully implemented View subclasses that render form
271 {@link android.widget} package. </dd>
275 <dd> A panel is a concept not backed by a specific class. It is a View of
281 a panel &mdash; it's more of a general idea. </dd>
285 <dd>In an Android application, an object derived from the abstract class
290 in your application. </dd>