HomeSort by relevance Sort by last modified time
    Searched full:guide (Results 1 - 25 of 756) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/pdk/doxygen_config/docsfiles/
main.dox 2 * <p>This documentation is part of Google's Client Location Library (CLL) Getting Started Guide.</p>
3 * <p>In most cases, this Doxygen-generated content opens in a new window (or tab), so look for this window's parent to return to the Getting Started guide. If you maintained
4 * the original directory structure when you unzipped the documentation, you may also return to the Getting Started guide by clicking <a href="../cll_getting_started.html">Client Location Library (CLL) Getting Started Guide</a>.</p>
  /frameworks/base/docs/html/
sitemap-intl.txt 4 http://developer.android.com/ja/guide/publishing/versioning.html
5 http://developer.android.com/ja/guide/publishing/app-signing.html
6 http://developer.android.com/ja/guide/publishing/preparing.html
7 http://developer.android.com/ja/guide/tutorials/hello-world.html
8 http://developer.android.com/ja/guide/topics/fundamentals.html
9 http://developer.android.com/ja/guide/index.html
10 http://developer.android.com/ja/guide/basics/what-is-android.html
11 http://developer.android.com/ja/guide/developing/other-ide.html
12 http://developer.android.com/ja/guide/developing/eclipse-adt.html
robots.txt 15 Disallow: /guide/tutorials/
16 Disallow: /guide/samples/
  /ndk/
documentation.html 3 <head><title>NDK Dev Guide</title></head>
  /frameworks/base/docs/html/guide/
guide_toc.cs 1 <?cs # Table of contents for Dev Guide.
21 <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html">
50 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html">
64 <div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
68 <li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
71 <li><a href="<?cs var:toroot ?>guide/topics/ui/menus.html">
74 <li><a href="<?cs var:toroot ?>guide/topics/ui/dialogs.html">
77 <li><a href="<?cs var:toroot ?>guide/topics/ui/ui-events.html">
81 <div><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/index.html">
85 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html"
    [all...]
index.jd 1 page.title=The Developer's Guide
5 Welcome to the <i>Android Dev Guide</i>! The Dev Guide provides
13 The Dev Guide holds most of the documentation for the Android
20 As you can see in the panel on the left, the Dev Guide is
32 <a href="{@docRoot}guide/topics/fundamentals.html">Application
70 After you have the SDK, begin by looking through the Dev Guide.
75 <a href="{@docRoot}guide/topics/fundamentals.html">Application
88 <p>To return to this page later, just click the "Dev Guide" tab while any Dev Guide page is loaded. </p
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-intro.jd 75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a>
77 <a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission /&gt;</a>
78 <a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission /&gt;</a>
79 <a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree /&gt;</a>
80 <a href="{@docRoot}guide/topics/manifest/permission-group-element.html">&lt;permission-group /&gt;</a>
81 <a href="{@docRoot}guide/topics/manifest/instrumentation-element.html">&lt;instrumentation /&gt;</a>
82 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk /&gt;</a>
83 <a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration /&gt;</a> <!-- ##api level 3## -->
84 <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">&lt;uses-feature /&gt;</a> <!-- ##api level 4## -->
85 <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">&lt;supports-screens /&gt;</a> <!-- ##api level 4# (…)
    [all...]
intent-filter-element.jd 13 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
14 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
15 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
16 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></code></dd>
19 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code></dd>
22 <dd><code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>
23 <br/><code><a href="{@docRoot}guide/topics/manifest/data-element.html">&lt;data&gt;</a></code></dd>
35 <code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code>,
36 <code><a href="{@docRoot}guide/topics/manifest/category-element.html">&lt;category&gt;</a></code>, and
37 <code><a href="{@docRoot}guide/topics/manifest/data-element.html">&lt;data&gt;</a></code> subelements
    [all...]
service-element.jd 17 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
20 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
21 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
44 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
45 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
47 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and {@code &lt;service&gt;}
73 can interact with the service (see the <code><a href="{@docRoot}guide/topics/manifest/service-element.html#prmsn">permission</a></code>
81 as a whole is used instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
82 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></code> attribute).
87 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element &mdash; is also t (…)
    [all...]
receiver-element.jd 17 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
20 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
21 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
46 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
47 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and
76 (see the <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html#prmsn">permission</a></code> attribute).
83 instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
84 element's <code><a href="{@docRoot}guide/topics/manifest/application-element.html#icon">icon</a></code> attribute).
88 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element &mdash; is also t (…)
    [all...]
permission-group-element.jd 12 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
17 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code> element. Members of a group are
23 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code> element for element for information
48 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code>
50 <code><a href="{@docRoot}guide/topics/manifest/permission-element.html#pgroup">&lt;permissionGroup&gt;</a></code>
59 <dd><code><a href="{@docRoot}guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></code>
60 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></code>
61 <br/><code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></code></dd>
category-element.jd 9 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code></dd>
13 <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and
39 <dd><code><a href="{@docRoot}guide/topics/manifest/action-element.html">&lt;action&gt;</a></code>
40 <br/><code><a href="{@docRoot}guide/topics/manifest/data-element.html">&lt;data&gt;</a></code></dd>
application-element.jd 27 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
30 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
31 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
32 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
33 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></code>
34 <br/><code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></code>
35 <br/><code><a href="{@docRoot}guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></code></dd>
60 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
62 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#reparent">allowTaskReparenting</a></code>
74 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code>
    [all...]
  /development/pdk/docs/porting/
index.jd 1 page.title=Android Platform Developer's Guide
7 <p>Welcome to the <i>Android Platform Dev Guide</i>! This guide provides an under-the-hood introduction to the Android platform, and is designed for platform developers and manufacturers building Android-powered devices.</p>
11 <a name="androidWelcomeAboutThisGuide"></a><h2>About this Guide</h2>
13 <p>This guide is divided into sections by logical platform component (see the table of contents on the left). Android is a complex project under constant development, and the level of detail, as well as the rate of change, may vary from section to section. This guide will be updated regularly as more content becomes available.</p>
17 <p>This guide is intended for engineers who are proficient with building and running Linux on embedded devices. It aims to provide explanation of the Android platform rather than Linux or embedded development in general.</p>
27 <p>When you are ready to start customizing the platform or porting to your target hardware, start in this guide with the <a href="build_system.html">Build System overview</a>.</p>
  /frameworks/base/docs/html/guide/samples/
index.jd 0 guide=true
  /frameworks/base/docs/html/guide/topics/resources/
resources-i18n.jd 5 window.location = toRoot + "guide/topics/resources/index.html";
available-resources.jd 22 <dt><a href="{@docRoot}guide/topics/resources/animation-resource.html">Animation Resources</a></dt>
26 <dt><a href="{@docRoot}guide/topics/resources/color-list-resource.html">Color State List Resource</a></dt>
29 <dt><a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a></dt>
32 <dt><a href="{@docRoot}guide/topics/resources/layout-resource.html">Layout Resource</a></dt>
35 <dt><a href="{@docRoot}guide/topics/resources/menu-resource.html">Menu Resource</a></dt>
38 <dt><a href="{@docRoot}guide/topics/resources/string-resource.html">String Resources</a></dt>
42 <dt><a href="{@docRoot}guide/topics/resources/style-resource.html">Style Resource</a></dt>
45 <dt><a href="{@docRoot}guide/topics/resources/more-resources.html">More Resource Types</a></dt>
  /frameworks/base/docs/html/guide/market/billing/
index.jd 15 <li><a href="{@docRoot}guide/market/billing/billing_overview.html">Overview of In-app Billing</a></li>
16 <li><a href="{@docRoot}guide/market/billing/billing_integrate.html">Implementing In-app Billing</a></li>
17 <li><a href="{@docRoot}guide/market/billing/billing_best_practices.html">Security and Design</a></li>
18 <li><a href="{@docRoot}guide/market/billing/billing_testing.html">Testing In-app Billing</a></li>
19 <li><a href="{@docRoot}guide/market/billing/billing_admin.html">Administering In-app Billing</a></li>
23 <li><a href="{@docRoot}guide/market/billing/billing_reference.html">In-app Billing Reference</a></li>
27 <li><a href="{@docRoot}guide/market/billing/billing_integrate.html#billing-download">Sample Application</a></li>
44 <p class="caution"><strong>Important</strong>: Although the sample application is a working example of how you can implement in-app billing, we <em>strongly recommend</em> that you modify and obfuscate the sample code before you use it in a production application. For more information, see <a href="{@docRoot}guide/market/billing/billing_best_practices.html">Security and Design</a>.</p>
54 <dt><strong><a href="{@docRoot}guide/market/billing/billing_overview.html">Overview of In-app Billing</a></strong></dt>
56 <dt><strong><a href="{@docRoot}guide/market/billing/billing_integrate.html">Implementing In-app Billing</a></strong></dt
    [all...]
  /frameworks/base/docs/html/guide/topics/testing/
index.jd 10 read the topic <a href="{@docRoot}guide/topics/testing/testing_android.html">
16 <a href="{@docRoot}guide/topics/testing/activity_testing.html">
23 <a href="{@docRoot}guide/topics/testing/contentprovider_testing.html">
29 <a href="{@docRoot}guide/topics/testing/service_testing.html">
34 <a href="{@docRoot}guide/topics/testing/what_to_test.html">What to Test</a>
42 The topic <a href="{@docRoot}guide/developing/testing/testing_eclipse.html">
46 The topic <a href="{@docRoot}guide/developing/testing/testing_otheride.html">
66 <a href="{@docRoot}guide/developing/tools/monkey.html">UI/Application Exerciser Monkey</a>,
71 The <a href="{@docRoot}guide/developing/tools/monkeyrunner_concepts.html">monkeyrunner</a> tool
  /frameworks/base/docs/html/intl/ja/guide/developing/
other-ide.jd 22 <li><a href="{@docRoot}guide/developing/tools/othertools.html#android">android ???</a></li>
23 <li><a href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a></li>
24 <li><a href="{@docRoot}guide/developing/tools/adb.html">Android Debug Bridge</a></li>
29 <p>Android ??????????????<a href="{@docRoot}guide/developing/eclipse-adt.html">ADT ???????? Eclipse</a> ???????????????????ADT ???????????????????.apk ?????????????????????????????????</p>
39 <dt><a href="{@docRoot}guide/developing/tools/othertools.html#android">android</a></dt>
41 <dt><a href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a></dt>
43 <dt><a href="{@docRoot}guide/developing/tools/adb.html">Android Debug Bridge</a></dt>
112 <p>???????????????????????????????????????? ?????????????????????????????????????????(????????????)?SDK ? <code>tools/</code> ????????? <a href="{@docRoot}guide/developing/tools/adb.html">Android Debug Bridge</a>?adb????????????????????????? ???????? <code>tools/</code> ????????????????????</p>
143 <p><a href="{@docRoot}guide/publishing/app-signing.html">????????????</a>????????Android ????????????????Android ???????? ????????????????????????????</p>
153 <p><a href="{@docRoot}guide/publishing/app-signing.html">????????????</a>????????????????????????????????????????????????????? (…)
    [all...]
  /frameworks/base/docs/html/intl/ja/guide/
index.jd 21 <dd>Android ????????? API ??????????????????????????????<a href="{@docRoot}guide/topics/fundamentals.html">???????????</a>?????????????????? ????????????????????????????????????????????????????????????</dd>
44 SDK ?????????????????????? ??????????????????????????????????????? <a href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> ?????????????????Android ?????????????????????Hello, World?????????????????????<a href="{@docRoot}guide/topics/fundamentals.html">???????????</a>???????????????? ??????????????????????????????
  /build/tools/droiddoc/templates/
footer.cs 3 <?cs if:reference||guide ?>
  /frameworks/base/core/java/android/
package.html 8 resource is, see <a href="{@docRoot}guide/topics/resources/index.html">Resources and Assets</a>.
  /frameworks/base/core/java/android/provider/
package.html 9 href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>.
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 7 href="{@docRoot}guide/topics/resources/available-resources.html">Availeble Resource Types</a>.

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>