HomeSort by relevance Sort by last modified time
    Searched full:your (Results 726 - 750 of 26813) sorted by null

<<21222324252627282930>>

  /external/svox/picolanginstaller/res/values-en-rIN/
strings.xml 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"The voice data couldn\'t install. Make sure that your USB storage has at least 6MB of free space."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"The voice data couldn\'t install. Make sure that your SD card is in your device and that it has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it."</string>
  /frameworks/base/docs/html/distribute/engage/
app-updates.jd 1 page.title=Update Your Apps Regularly
2 page.metaDescription=Keeping your content fresh gives users a reason to come back.
4 page.image=/images/gp-your-user-0.jpg
9 Keeping your content fresh gives users a reason to come back. Use any
10 <a href="{@docRoot}distribute/users/know-your-user.html#add-analytics">in-app
widgets.jd 2 page.metaDescription=Use home screen widgets to remind users about important information in your apps and games, even when your apps are closed.
21 your apps and games, even when your apps are closed. For instance, if you
27 Make your widgets useful &mdash; provide in-app information like news, game status,
easy-signin.jd 8 <p>Get people into your apps quickly and securely, using a registration system they
14 Google sign-in into your apps and games</a>.</p>
20 <p>A secure authentication system that makes sign-in easy for your users by
32 <p>Keep your users engaged, no matter what device they pick up or sit down at.
33 Offer a seamless app experience across devices and into your website, securely
43 <h3>Help your users take action with Google</h3>
58 <li>Add <strong>over-the-air installs</strong> to your website. After signing in with Google
59 on the web, users will have the option to send your Android app to their device instantly,
60 without them ever leaving your website.</li>
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 14 <li><a href="#Pause">Pause Your Activity</a></li>
15 <li><a href="#Resume">Resume Your Activity</a></li>
43 <p>As your activity enters the paused state, the system calls the {@link
44 android.app.Activity#onPause onPause()} method on your {@link android.app.Activity}, which allows
46 any information that should be permanently saved in case the user continues to leave your app. If
47 the user returns to your activity from the paused state, the system resumes it and calls the
50 <p class="note"><strong>Note:</strong> When your activity receives a call to {@link
52 moment and the user may return focus to your activity. However, it's usually the first indication
53 that the user is leaving your activity.</p>
57 your activity, the system calls {@link android.app.Activity#onPause onPause()} and the activit
    [all...]
recreating.jd 14 <li><a href="#SaveState">Save Your Activity State</a></li>
15 <li><a href="#RestoreState">Restore Your Activity State</a></li>
31 <p>There are a few scenarios in which your activity is destroyed due to normal app behavior, such as
32 when the user presses the <em>Back</em> button or your activity signals its own destruction by
33 calling {@link android.app.Activity#finish()}. The system may also destroy your activity if it's
37 <p>When your activity is destroyed because the user presses <em>Back</em> or the activity finishes
47 <p class="caution"><strong>Caution:</strong> Your activity will be destroyed and recreated each time
49 the foreground activity because the screen configuration has changed and your activity might need to
53 about each {@link android.view.View} object in your activity layout (such as the text value entered
54 into an {@link android.widget.EditText} object). So, if your activity instance is destroyed an
    [all...]
  /frameworks/base/docs/html/distribute/essentials/
optimizing-your-app.jd 1 page.title=Optimize Your App
2 page.metaDescription=A look at how to get the most visibility and the highest ratings possible for your app or game. Optimizing the quality of your apps is a key strategy.
11 <li><a href="#listen-to-your-users">Listen to Your Users</a></li>
32 possible. Optimizing the quality of your apps is a key strategy.
43 The quality of your apps is something you should consider addressing both
52 improvements to your apps? quality.
56 <h2 id="listen-to-your-users">
57 Listen to Your User
    [all...]
  /frameworks/base/docs/html/google/backup/
signup.jd 8 register your application with Android Backup Service in order to backup your app's data
9 using the backup transport provided by Google. Registering your app provides you a Backup
10 Service Key that verifies your application and allows backup when
31 <h3>1. Your relationship with Google</h3>
32 1.1 Your use of the Android Backup Service (referred to as the &quot;Service&quot; in this document) is subject to the terms of a legal agreement between you and Google. &quot;Google&quot; means Google Inc., whose principal place of business is at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. This document explains how the agreement is made up, and sets out some of the terms of that agreement.
34 1.2 Unless otherwise agreed in writing with Google, your agreement with Google will always include, at a minimum, the terms and conditions set out in this document. These are referred to below as the &quot;Terms&quot;.
36 1.3 The Terms form a legally binding agreement between you and Google in relation to your use of the Service. It is important that you take the time to read them carefully.
45 2.4 You represent that you have full power, capacity and authority to accept these Terms. If you are accepting on behalf of your employer or another entity, you represent that you have full legal authority to bind your employer or such entity to these Terms. If you don't have the legal authority to bind, please ensu (…)
    [all...]
  /external/llvm/docs/
ExtendingLLVM.rst 9 During the course of using LLVM, you may wish to customize it for your research
20 that you intend to use with your extension, and there are ``many`` LLVM analyses
24 instruction, and is transparent to optimization passes. If your added
50 Add an entry for your intrinsic. Describe its memory access characteristics
58 If it is possible to constant fold your intrinsic, add support to it in the
63 Add test cases for your test cases to the test suite
68 Add support to the .td file for the target(s) of your choice in
93 Add code to print the node to ``getOperationName``. If your new node can be
96 appropriate number of arguments, and add a case for your node to the switch
98 of arguments as your new node
    [all...]
  /frameworks/base/core/java/android/content/
ComponentCallbacks2.java 26 * system constraints. Using this callback to release your resources helps provide a more
28 * your app by allowing the system to keep your process alive longer. That is,
29 * if you <em>don't</em> trim your resources based on memory levels defined by this callback,
30 * the system is more likely to kill your process while it is cached in the least-recently used
31 * (LRU) list, thus requiring your app to restart and restore all state when the user returns to it.
36 * <li>When your app is running:
39 * Your app is running and not killable.
41 * Your app is running and not killable, but please release unused resources to improve system
42 * performance (which directly impacts your app's performance)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h 9 * or implied. Any use is at your own risk.
25 * when STLport is unable to identify your compiler.
33 #error "Your compiler version is not recognized by STLport. Please edit <stlport/stl/config/stl_mycomp.h>"
56 // Uncomment this if your compiler does not support "typename" keyword
59 // Uncomment this if your compiler does not support "mutable" keyword
62 // Uncomment this if your compiler does not support "explicit" keyword
68 // Uncomment this if your compiler does not have "bool" type
71 // Uncomment this if your compiler does not have "bool" type, but has "bool" keyword reserved
74 // Uncomment this if your compiler does not have "bool" type, but defines "bool" in <yvals.h>
77 // Uncomment this if your compiler has limited or no default template arguments for classe
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h 9 * or implied. Any use is at your own risk.
25 * when STLport is unable to identify your compiler.
33 #error "Your compiler version is not recognized by STLport. Please edit <stlport/stl/config/stl_mycomp.h>"
56 // Uncomment this if your compiler does not support "typename" keyword
59 // Uncomment this if your compiler does not support "mutable" keyword
62 // Uncomment this if your compiler does not support "explicit" keyword
68 // Uncomment this if your compiler does not have "bool" type
71 // Uncomment this if your compiler does not have "bool" type, but has "bool" keyword reserved
74 // Uncomment this if your compiler does not have "bool" type, but defines "bool" in <yvals.h>
77 // Uncomment this if your compiler has limited or no default template arguments for classe
    [all...]
  /frameworks/base/docs/html/training/app-indexing/
index.jd 1 page.title=Making Your App Content Searchable by Google
38 You can enable Google to crawl through your app content and present your
42 <p>You can make it possible for Google Search to open specific content in your
43 app by providing intent filters for your activities. Google Search
45 content alongside links to your web pages in users' search results. Users on
46 mobile devices can then click on a link to open your app from their search
47 results, allowing them to directly view your app's content instead of a
51 information about the relationship between your app and web site. This process
55 in your app by adding intent filters in your app manifest.</li
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 11 <li>If the user upgrades to a new Android-powered device, your app can restore the user's
20 <li><a href="#BackupManifest">Declaring the Backup Agent in Your Manifest</a></li>
38 <li><a href="#Testing">Testing Your Backup Agent</a></li>
56 <p>Android's {@link android.app.backup backup} service allows you to copy your persistent
59 Android-powered device, the system automatically restores your backup data when the application
60 is re-installed. This way, your users don't need to reproduce their previous data or
62 functionality or user experience in your application.</p>
64 <p>During a backup operation (which your application can request), Android's Backup Manager ({@link
65 android.app.backup.BackupManager}) queries your application for backup data, then hands it to
68 returns it to your application so your application can restore the data to the device. It'
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 50 that are created from data in your application. For example, if your application is a word
57 Search Box, providing access to your content from outside your application.</p>
60 Android search dialog or a search widget for searches in your
74 your searchable activity. Whereas a normal search query sends an intent with the {@link
75 android.content.Intent#ACTION_SEARCH} action, you can instead define your custom suggestions to use
78 the dictionary example, when the user selects a suggestion, your application can immediately
88 <li>Build a table (such as in an {@link android.database.sqlite.SQLiteDatabase}) for your
91 Provider</a> that has access to your suggestions table and declare the provide
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
setting-up.jd 18 <li><a href="#add-library">Including the LVL library project sources in your
34 <p>Before you start adding license verification to your application, you need to set up your Google
35 Play publishing account, your development environment, and any test accounts required to verify
36 your implementation.</p>
42 using your Google account and agree to the Google Play terms of service.</p>
47 <p>If you already have a publisher account on Google Play, use your
93 <p>Setting up your environment for licensing involves these tasks:</p>
97 <li><a href="#download-lvl">Downloading the LVL</a> into your SDK </li>
99 <li><a href="#add-library">Including the LVL library project in your application</a></li
    [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 7 next.title=Running Your App
33 <p>An Android project contains all the files that comprise the source code for your Android
65 same rules as those for naming packages in the Java programming language). Your package name
69 <li><strong>Project location</strong> is the directory on your system that holds the project
73 <li>Under <strong>Select the form factors your app will run on</strong>, check the box for <strong>
76 <p>The Minimum Required SDK is the earliest version of Android that your app supports,
79 version available that allows your app to provide its core feature set. If any feature of your
89 provide the user with access to your app, and there may be many activities. An application
105 <p>Your Android project is now a basic "Hello World" app that contains some default files. Take
    [all...]
  /frameworks/base/docs/html/training/id-auth/
custom_auth.jd 15 <li><a href="#AccountCode">Implement Your Custom Account Code</a></li>
19 <li><a href="#DistributeService">Distribute Your Service</a></li>
32 defined by Google. If you have your own online service, though, it won't have
39 <h2 id="AccountCode">Implement Your Custom Account Code</h2>
44 way, it's your responsibility to implement the code that:</p>
58 android.accounts.AccountAuthenticatorActivity}, which you can extend to create your own custom
86 cryptographically secure token that would be of limited use to an attacker. If your
95 You've already implemented the meat of your custom account code; what's left is
101 <p>In order for the {@link android.accounts.AccountManager} to work with your custom account
118 <code>"android.accounts.AccountAuthenticator"</code> to your applicatio
    [all...]
  /frameworks/base/docs/html/ndk/guides/
concepts.jd 28 tools allowing you to embed C or C++ (?native code?) into your Android apps. The ability to use
44 <p>You should have an understanding of the following components as you build your app:</p>
49 <li>Automatically probe your development system and app project file to determine what to build.</li>
51 <li>Copy the binaries to your app's project path.</li>
59 <li>Java: From your Java source, the Android build process generates {@code .dex}
61 (?DVM?). Even if your app contains no Java source code at all, the build process still generates a
77 <li>Native shared libraries: The NDK builds these libraries, or {@code .so} files, from your native
99 <li>Application Binary Interface (ABI): The ABI defines exactly how your app's machine code is
123 {@code Android.mk}</a> configuration file inside your {@code jni} folder. The {@code ndk-build}
130 enumerates and describes the modules that your app requires. This information includes
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.2.jd 42 don?t have a device running Android 4.2 on which to test your app, use the Android 4.2 system
43 image to test your app on the <a href="{@docRoot}tools/devices/emulator.html">Android emulator</a>.
44 Then build your apps against the Android 4.2 platform to begin using the latest APIs.</p>
51 <h3 id="ApiLevel">Declare your app API Level</h3>
53 <p>To better optimize your app for devices running Android {@sdkPlatformVersion},
54 you should set your <a
61 conditions to your code that check for the system API level before executing
62 APIs not supported by your <a
82 changes that might affect your app?s behavior:</p>
88 able to access your content provider, you must now explicitly set <
    [all...]
  /external/markdown/docs/
INSTALL 15 copy of ElementTree installed on your system. As cElementTree is faster, you
17 your system.
26 Admin/Root user on your system do:
31 That's it, your done.
46 If you plan to use the provided command line script, you need to make sure your
47 script directory is on your system path. On a typical Python install of Windows
48 the Scripts directory is `C:\Python25\Scripts\`. Adjust according to your
49 system and add that to your system path.
64 If your the type that like to live on the edge, you may want to keep up with
  /frameworks/base/docs/html/google/play/billing/
billing_promotions.jd 4 page.metaDescription=Support promo codes in your app, which let you give content or features away to a limited number of users free of charge.
16 <li><a href="#supporting">Supporting Promo Codes In Your App</a></li>
33 service. The user enters the promo code in your app or in the Play Store app,
56 known as a <em>SKU</em>). You can create promo codes for your existing in-app
60 they paid full price for it. If your app already uses <a href=
106 <h2 id="supporting">Supporting Promo Codes In Your App</h2>
109 To support promotion codes, your app should call the <a href=
117 in your activity's {@link android.app.Activity#onResume onResume()} method,
122 on startup and resume guarantees that your app will find out about all
125 your app misses it for any reason, your app will still find out about th
    [all...]
  /frameworks/base/docs/html/google/play/
developer-api.jd 37 and app-management tasks. You can use this API to integrate your publishing
38 operations with your release-management process.</p>
41 continue to manage your apps directly using the Google Play Developer Console.
49 <li>Uploading and releasing new versions of your app</li>
50 <li>Editing your app Google Play Store listings, including localized text and
52 <li>Managing your in-app product catalog, your products purchase status and your
57 <p>The Google Play Developer API lets you focus on designing and developing your
58 app, while spending less time and effort managing your releases, even as yo
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 3 page.landing.intro=Your app's user interface is everything that the user can see and interact with. Android provides a variety of pre-built UI components such as structured layout objects and UI controls that allow you to build the graphical user interface for your app. Android also provides other UI modules for special interfaces such as dialogs, notifications, and menus.
17 your designs to the action bar in order to promote a consistent Android user experience.</p> </a>
26 <p>By using the Action Bar in your Honeycomb-targeted apps, you'll give your users a familiar
27 way to interact with your application.</p> </a>
41 <p>This class shows you how to plan out the high-level screen hierarchy for your application
43 traverse your content.</p> </a>
55 implemented poorly, your layout can lead to a memory hungry application with slow UIs. This
  /frameworks/base/docs/html/training/appbar/
index.jd 25 important design elements in your app's activities, because
27 users. Using the app bar makes your app consistent with other Android apps,
28 allowing users to quickly understand how to operate your app and have a great
35 <li>A dedicated space for giving your app an identity and indicating the
60 customize your app bar later on as your app develops.
71 Learn how to add a {@link android.support.v7.widget.Toolbar} widget to your
89 Learn how to add an <em>Up</em> button to your app bar, so users
98 Learn how to use these widgets to provide advanced functionality in your

Completed in 834 milliseconds

<<21222324252627282930>>