/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 10 <dd>XML resource that carries a boolean value.</dd> 12 <dd>XML resource that carries a color value (a hexadecimal color).</dd> 14 <dd>XML resource that carries a dimension value (with a unit of measure).</dd> 16 <dd>XML resource that provides a unique identifier for application resources and 17 components.</dd> 19 <dd>XML resource that carries an integer value.</dd> 21 <dd>XML resource that provides an array of integers.</dd> 23 <dd>XML resource that provides a {@link android.content.res.TypedArray} (which you can use 24 for an array of drawables).</dd> 42 <dd><code>res/values/<em>filename</em>.xml</code><br/> [all …]
|
D | animation-resource.jd | 31 <dd>Creates an animation by modifying an object's property values over a set period 32 of time with an {@link android.animation.Animator}.</dd> 34 <dd> 42 </dd> 53 <dd><code>res/animator/<em>filename</em>.xml</code><br/> 54 The filename will be used as the resource ID.</dd> 57 <dd>Resource pointer to a {@link android.animation.ValueAnimator}, {@link android.animation.ObjectA… 58 or {@link android.animation.AnimatorSet}.</dd> 61 <dd> 64 </dd> [all …]
|
D | drawable-resource.jd | 21 <dd>A bitmap graphic file ({@code .png}, {@code .jpg}, or {@code .gif}). 22 Creates a {@link android.graphics.drawable.BitmapDrawable}.</dd> 24 <dd>A PNG file with stretchable regions to allow image resizing based on content ({@code 25 .9.png}). Creates a {@link android.graphics.drawable.NinePatchDrawable}.</dd> 27 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the 29 android.graphics.drawable.LayerDrawable}.</dd> 31 <dd>An XML file that references different bitmap graphics 33 Creates a {@link android.graphics.drawable.StateListDrawable}.</dd> 35 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each 37 android.graphics.drawable.LevelListDrawable}.</dd> [all …]
|
D | style-resource.jd | 31 <dd><code>res/values/<em>filename</em>.xml</code><br/> 32 The filename is arbitrary. The element's {@code name} will be used as the resource ID.</dd> 35 <dd> 37 </dd> 40 <dd> 53 </dd> 56 <dd> 60 <dd><strong>Required.</strong> This must be the root node. 62 </dd> 64 <dd>Defines a single style. Contains {@code <item>} elements. [all …]
|
D | menu-resource.jd | 24 <dd><code>res/menu/<em>filename</em>.xml</code><br/> 25 The filename will be used as the resource ID.</dd> 28 <dd>Resource pointer to a {@link android.view.Menu} (or subclass) resource.</dd> 31 <dd> 34 </dd> 37 <dd> 72 </dd> 75 <dd> 79 … <dd><strong>Required.</strong> This must be the root node. Contains <code><item></code> and/or 84 <dd><em>XML namespace</em>. <strong>Required.</strong> Defines the XML namespace, which [all …]
|
D | color-list-resource.jd | 36 <dd><code>res/color/<em>filename</em>.xml</code><br/> 37 The filename will be used as the resource ID.</dd> 40 <dd>Resource pointer to a {@link android.content.res.ColorStateList}.</dd> 43 <dd> 46 </dd> 49 <dd> 64 </dd> 67 <dd> 71 <dd><strong>Required.</strong> This must be the root element. Contains one or more {@code 76 <dd><em>String</em>. <strong>Required.</strong> Defines the XML namespace, which must be [all …]
|
D | available-resources.jd | 23 <dd>Define pre-determined animations.<br/> 25 … animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd> 27 <dd>Define a color resources that changes based on the View state.<br/> 28 Saved in {@code res/color/} and accessed from the {@code R.color} class.</dd> 30 <dd>Define various graphics with bitmaps or XML.<br/> 31 Saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd> 33 <dd>Define the layout for your application UI.<br/> 34 Saved in {@code res/layout/} and accessed from the {@code R.layout} class.</dd> 36 <dd>Define the contents of your application menus.<br/> 37 Saved in {@code res/menu/} and accessed from the {@code R.menu} class.</dd> [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | path-permission-element.jd | 8 <dd><pre class="stx"> 15 </pre></dd> 18 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></cod… 22 </dd> 26 <dd>Defines the path and required permissions for a specific subset of data 30 </dd> 34 <dd><dl class="attr"> 36 <dd>A complete URI path for a subset of content provider data. 40 </dd> 43 <dd>The initial part of a URI path for a subset of content provider data. [all …]
|
D | instrumentation-element.jd | 8 <dd><pre class="stx"><instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "fal… 13 android:<a href="#trgt">targetPackage</a>="<i>string</i>" /></pre></dd> 16 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 19 <dd>Declares an {@link android.app.Instrumentation} class that enables you 21 object is instantiated before any of the application's components.</dd> 24 <dd><dl class="attr"> 26 <dd>Whether or not the Instrumentation class should run as a functional test 28 default value is "{@code false}".</dd> 31 <dd>Whether or not the Instrumentation object will turn profiling on and 35 at a specific set of operations. The default value is "{@code false}".</dd> [all …]
|
D | category-element.jd | 8 <dd><pre class="stx"><category android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd> 11 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 14 <dd>Adds a category name to an intent filter. See 17 specifications within a filter.</dd> 20 <dd><dl class="attr"> 22 <dd>The name of the category. Standard categories are defined in the 33 </p></dd> 34 </dl></dd> 38 <dd>API Level 1</dd> 41 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html"><action></a></code> [all …]
|
D | permission-group-element.jd | 8 <dd><pre class="stx"><permission-group android:<a href="#desc">description</a>="<i>string resour… 11 android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd> 14 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 17 <dd>Declares a name for a logical grouping of related permissions. Individual 27 </p></dd> 30 <dd><dl class="attr"> 32 <dd>User-readable text that describes the group. The text should be 35 attribute, it cannot be a raw string.</dd> 38 <dd>An icon representing the permission. This attribute must be set 39 as a reference to a drawable resource containing the image definition.</dd> [all …]
|
D | action-element.jd | 8 <dd><pre class="stx"><action android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd> 11 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 15 <dd>Adds an action to an intent filter. 22 </dd> 25 <dd><dl class="attr"> 27 <dd>The name of the action. Some standard actions are defined in the 42 </dd> 43 </dl></dd> 47 <dd>API Level 1</dd> 50 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>…
|
D | permission-tree-element.jd | 8 <dd><pre class="stx"><permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>" 10 android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd> 13 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 16 <dd>Declares the base name for a tree of permissions. The application takes 34 <dd><dl class="attr"> 36 <dd>An icon representing all the permissions in the tree. This attribute 38 definition.</dd> 41 <dd>A user-readable name for the group. As a convenience, the label can 45 strings in the user interface.</dd> 48 <dd>The name that's at the base of the permission tree. It serves as [all …]
|
D | uses-library-element.jd | 20 <dd> 26 </dd> 28 <dd> 32 </dd> 34 <dd> 53 <dd> 57 </dd> 62 </dd> 64 <dd> 67 <dd> [all …]
|
D | permission-element.jd | 8 <dd><pre class="stx"><permission android:<a href="#desc">description</a>="<i>string resource</i>" 14 "signature" | "signatureOrSystem"] /></pre></dd> 17 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"><manifest></a></cod… 20 <dd>Declares a security permission that can be used to limit access 25 document for more information on how permissions work.</dd> 28 <dd><dl class="attr"> 30 <dd>A user-readable description of the permission, longer and more 38 </p></dd> 41 <dd>A reference to a drawable resource for an icon that represents the 42 permission.</dd> [all …]
|
D | activity-alias-element.jd | 8 <dd><pre class="stx"><activity-alias android:<a href="#enabled">enabled</a>=["true" | "false"] 16 </activity-alias></pre></dd> 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a… 22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html"><intent-filter>… 23 …><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></code></dd> 26 <dd>An alias for an activity, named by the {@code targetActivity} 50 </p></dd> 53 <dd><dl class="attr"> 55 <dd>Whether or not the target activity can be instantiated by the system through 67 </p></dd> [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | index.jd | 20 <dd>Lets you manage AVDs, projects, and the installed components of the SDK.</dd> 23 <dd>Lets you debug Android applications.</dd> 25 <dd>Generates graphical call-stack diagrams from trace log files. The tool uses the 29 with Traceview and dmtracedump</a></dd> 31 <dd>Allows you to easily create a {@link android.graphics.NinePatch} graphic using a 33 content is allowed.</dd> 35 <dd>A QEMU-based device-emulation tool that you can use to design, debug, and test 36 your applications in an actual Android run-time environment.</dd> 38 <dd>Lets you debug and optimize an Android application's user interface.</dd> 40 <dd>Converts the HPROF file that is generated by the Android SDK tools to a standard format so [all …]
|
/frameworks/base/docs/html/guide/appendix/ |
D | index.jd | 6 <dd>A list of media codecs included in the Android platform.</dd> 8 <dd>Intents you can send to invoke Google applications on Android devices.</dd> 10 <dd>How to get things done in Android.</dd> 12 <dd>Glossary of Android terminology.</dd>
|
D | glossary.jd | 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> [all …]
|
/frameworks/base/docs/html/guide/faq/ |
D | index.jd | 7 <dd>Common questions about the Android Application Framework.</dd> 9 <dd>Common topics around licensing and Android Open Source</dd> 11 <dd>Answers to common questions about Android security.</dd>
|
/frameworks/base/docs/html-intl/ko/training/monitoring-device-state/ |
D | index.jd | 39 <dd>충전 상태에서 현재 배터리 수준 및 변경사항을 확인 및 모니터링하여 앱의 업데이트 빈도를 변경하는 법을 알아보세요.</dd> 42 …<dd>최적의 새로고침 빈도는 호스트 기기의 사용 방법에 따라 달라질 수 있습니다. 앱의 동작에 영향을 미치는 도킹 상태와 도크 유형을 확인 및 모니터링하는 방법을 알아보세요.… 45 …<dd>인터넷 연결 없이 온라인 소스를 통해 앱을 업데이트할 수 없습니다. 연결 상태를 확인하여 백그라운드 업데이트 빈도를 변경하는 방법을 알아보세요. 고대역폭 작업을 시작하기… 48 …dd>매니페스트 내에 선언했던 브로드캐스트 리시버는 현재 기기 상태에서 필요 없는 것을 사용 중지하도록 런타임 때 전환될 수 있습니다. 기기가 특정 상태에 도달할 때까지 상태 …
|
/frameworks/base/docs/html-intl/ja/training/monitoring-device-state/ |
D | index.jd | 39 <dd>アプリの更新頻度を変更するために現在の電池残量や充電状態の変化を特定および監視する方法を学習します。</dd> 42 …<dd>最適な更新頻度は、ホスト端末がどのように使用されているかによって異なります。ホルダーの装着状態とタイプに応じてアプリの動作を変更するために、これらを特定および監視する方法を学習します。</… 45 …<dd>インターネットに接続していないときは、オンライン ソースからアプリを更新することはできません。接続状態を調べ、それに応じてバックグラウンド更新の頻度を変更する方法を学習します。また、大量の… 48 …<dd>マニフェスト内で宣言したブロードキャスト レシーバのオンとオフを実行時に切り替えます。端末の状態に応じて、不要なレシーバを無効にすることができます。効率を上げるために、状態変化レシーバのオ…
|
/frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/ |
D | index.jd | 39 <dd>了解如何通过确定和监控当前的电池电量和充电状态的变化来相应地调整应用的更新频率。</dd> 42 <dd>最佳刷新频率可能各有不同,具体取决于安装了相关应用的设备的使用方式。了解如何确定和监控所用基座的对接状态和类型,以便相应地调整应用的行为。</dd> 45 <dd>如果没有互联网连接,您就无法通过在线来源更新应用。了解如何查看连接状态,以便相应地调整后台更新频率。您还可以了解如何在执行高带宽操作前查看 Wi-Fi 或移动连接的状态。</dd> 48 <dd>您可以在运行时切换自己在清单中声明的广播接收器,以便根据当前设备状态停用不需要的接收器。了解如何在设备未处于特定状态的情况下切换和层叠状态变化接收器和延迟操作,以便提高效率。</dd>
|
/frameworks/base/docs/html-intl/ru/training/monitoring-device-state/ |
D | index.jd | 39 …<dd>Вы узнаете, как изменять частоту обновления приложения, определяя и отслеживая текущий уровень… 42 …dd>Оптимальная частота обновления зависит от способа использования устройства. Вы узнаете, как опр… 45 …dd>Приложение невозможно обновить через Интернет, если отсутствует подключение. Вы узнаете, как пр… 48 …dd>Приемники широковещательных намерений, объявленные в манифесте, можно включать и отключать во в…
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 30 …<dd><code>adb</code> acts as a middleman between a device and your development system. It provides… 33 connected emulators and devices.</dd> 38 …<dd>DDMS is a graphical program that communicates with your devices through <code>adb</code>. DDMS… 40 messages, and has many other features.</dd> 45 …<dd>Your application must run in a device or in an AVD so that it can be debugged. An <code>adb</c… 47 communicate with the device or emulator.</dd> 51 <dd>The Dalvik VM (Virtual Machine) supports the JDWP protocol to allow debuggers to attach to 58 <code>jdb</code></a>.</dd> 97 <dd>Graphical programs that let you debug and profile user interfaces.</dd> 102 <dd>A graphical viewer that displays trace file data for method calls and times saved by your [all …]
|