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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/
package.html 7 To learn more about how to use these classes, and what a
  /frameworks/base/docs/html/guide/practices/design/
index.jd 4 <p>When learning how to build applications on a new platform, you first learn what APIs are available and how to use them. Later, you learn the nuances of the platform. Put another way: first you learn how you <em>can</em> build applications; later, you learn how you <em>should</em> build them, to ensure that your applications offer outstanding performance and a great user experience. </p>
6 <p>The documents below help you learn the nuances of Android and get started building great applications more quickly, They discuss important aspects of application design that directly influence the user experience of your application, when in the hands of a mobile device user. You should read and consider these design goals as you plan your application and throughout its development, especially if you are new to developing for mobile devices.</p>
  /external/chromium/base/
waitable_event_win.cc 51 // It is most unexpected that this should ever fail. Help consumers learn
70 // It is most unexpected that this should ever fail. Help consumers learn
  /frameworks/base/docs/html/
index.jd 21 Learn more &raquo;</a></p>
53 <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
64 <p><a href="http://market.android.com/publish">Learn more &raquo;</a></p>
75 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
92 href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
156 + "<p><a href='http://www.google.com/tv/'>Learn more about "
171 + "to learn more &raquo;</a></p>"
180 'desc':"<p>If you're writing an Android application that uses Google Maps (with MapView), you must register your application to obtain a Maps API Key. Without the key, your maps application will not work on Android devices. Obtaining a key requires just a couple of steps.</p><p><a href='http://code.google.com/android/add-ons/google-apis/maps-overview.html'>Learn more &raquo;</a></p>"
  /frameworks/base/core/java/android/database/sqlite/
package.html 9 href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a> to learn
  /frameworks/base/docs/html/guide/market/billing/
index.jd 51 <p>To learn more about the in-app billing service and start integrating in-app billing into your applications, read the following documents:</p>
55 <dd>Learn how the service works and what a typical in-app billing implementation looks like.</dd>
61 <dd>Understand how the in-app billing test tools work and learn how to test your in-app billing implementation.</dd>
63 <dd>Learn how to set up your product list, register test accounts, and handle refunds.</dd>
  /frameworks/base/docs/html/resources/
index.jd 25 to learn about how Android works. Feel free to reuse any of the code or
  /external/libvpx/examples/includes/geshi/docs/
README 33 I can learn from :)
  /external/qemu/distrib/sdl-1.2.12/
README 31 The best way to learn how to use SDL is to check out the header files in
  /frameworks/base/docs/html/resources/articles/
index.jd 51 <dd>Learn how to combine multiple standard UI widgets into a single high-level component, which can be reused throughout your application.</dd>
56 <dd>Learn how to optimize application layouts as this article walks you through converting a LinearLayout into a RelativeLayout, and analyzes the resulting implications on performance.</dd>
61 <dd>Learn about using ViewStubs inside an application's layout in order to inflate rarely used UI elements, without the performance implications which would otherwise be caused by using the <code>&lt;include&gt;</code> tag.</dd>
66 <dd>Learn how to use the <code>&lt;merge&gt;</code> tag in your XML layouts in order to avoid unnecessary levels of hierarchy within an application's view tree.</dd>
81 <dd>Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.</dd>
121 <dd>Learn about how to use Handlers as a more efficient replacement for java.util.Timer on the Android platform.</dd>
  /development/apps/Term/src/com/android/term/
Exec.java 56 * connected to the pty learn how large their screen is.
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/
manualTest1.htm 57 Thanks to standardisation and the excellent work of the QWERTY corporation it is possible to learn C with almost any C manual.
  /frameworks/base/packages/SystemUI/res/values-en-rGB/
strings.xml 37 <string name="usb_accessory_uri_prompt" msgid="6332150684964235705">"No installed applications work with this USB accessory. Learn more about this accessory at <xliff:g id="URL">%1$s</xliff:g>"</string>
  /frameworks/base/docs/html/guide/topics/testing/
what_to_test.jd 78 You can use the emulator to test network access and bandwidth. To learn more, please see
81 learn more about the emulator console, please see
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 116 * Learn a word.
125 public boolean learn(WnnWord word); method in interface:WnnEngine
OpenWnnDictionaryImpl.java 52 /** The type name of learn word */
177 /** The Frequency offset of learn dictionary */
535 /* Search to user/learn dictionary */
581 /* Search to user/learn dictionary with link information */
631 /* If the user/learn dictionary is queried, get the result from the user/learn dictionary */
664 /* if no result is found, terminate the searching of user/learn dictionary */
    [all...]
  /external/chromium/net/data/filter_unittests/
google.txt 15 To learn more about Google, click on the link at the left for the area that most interests you. Or type what you want to find into our search box and hit enter. Once you do, you'll be on your way to understanding why others say, "Google is the closest thing the Web has to an ultimate answer machine."
google.txt.bz2 
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 18 learn the key used. However, good cryptography mandates the close scrutiny of any practical side channel.
  /external/grub/netboot/
sis900.txt 80 use that. Copy and learn from existing Etherboot drivers (this is GPL
  /external/webkit/WebCore/platform/brew/
LocalizedStringsBrew.cpp 151 return "Learn spelling";
  /external/webkit/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 153 return "Learn spelling";
  /external/webkit/WebCore/platform/wx/
LocalizedStringsWx.cpp 152 return String("Learn Spelling");
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 122 <p>To learn about some of the different kinds of view groups used for a layout,
195 <p>Read <a href="{@docRoot}guide/topics/ui/menus.html">Creating Menus</a> to learn more.</p>
213 <p>To learn more about using an Adapter to populate your views, read
234 <p>Learn more about using styles and themes in the
  /packages/apps/Protips/res/values/
arrays.xml 76 \nTouch &amp; hold to learn.</item>

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 9