/prebuilts/go/darwin-x86/misc/ios/ |
README | 5 in misc/ios to match your setup. And then run: 15 certificate and have setup your iDevice properly to run apps signed by your 18 on your test device. 21 # assume your program binary is helloworld.go, build it into the 24 # sign the executable using your developer certificate 29 # Depending on your ios-deploy version, you might need to enter "run" 30 # into lldb to run your program, and its output will be shown by lldb. 35 if your program uses cgo, then it will automatically use external linking. 36 However, if your program does not use cgo, please make sure to ad [all...] |
/prebuilts/go/linux-x86/misc/ios/ |
README | 5 in misc/ios to match your setup. And then run: 15 certificate and have setup your iDevice properly to run apps signed by your 18 on your test device. 21 # assume your program binary is helloworld.go, build it into the 24 # sign the executable using your developer certificate 29 # Depending on your ios-deploy version, you might need to enter "run" 30 # into lldb to run your program, and its output will be shown by lldb. 35 if your program uses cgo, then it will automatically use external linking. 36 However, if your program does not use cgo, please make sure to ad [all...] |
/external/opencv3/doc/tutorials/introduction/biicode/ |
tutorial_biicode.markdown | 9 * Develop your own application in OpenCV with biicode. 17 Using biicode *hooks feature*, **getting started with OpenCV in C++ and C** is pretty straight-forward. **Just write an include to OpenCV headers** and biicode will retrieve and install OpenCV in your computer and configure your project. 30 Once biicode is installed, execute in your terminal/console: 44 Now execute ``bii cpp:build`` to build the project. @note This can take a while, until it downloads and builds OpenCV. However, this is downloaded just once in your machine to your "user/.biicode" folder. If the OpenCV installation process fails, you might simply go there, delete OpenCV files inside "user/.biicode" and repeat. 50 Find your binaries in the bin folder: 65 ###Developing your own application 67 **biicode works with include headers in your source-code files**, it reads them and retrieves all the dependencies in its database. So it is as simple as typing: 73 in the headers of your ``.cpp`` file [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rAU/ |
strings.xml | 25 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="company_controls_device" msgid="8230957518758871390">"Your organisation will control this device and keep it secure."</string> 28 <string name="the_following_is_your_mdm_for_device" msgid="6717973404364414816">"The following app will manage your device:"</string> 30 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 31 <string name="admin_has_ability_to_monitor_profile" msgid="4138671070145317359">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with this profile, including your network activity, as well as your device\'s location, call history and contact search history."</string> 32 <string name="admin_has_ability_to_monitor_device" msgid="7400390654083275019">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions, theft-protection features and data associated with this device, including network activity and your device\'s location information."</string [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rGB/ |
strings.xml | 25 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="company_controls_device" msgid="8230957518758871390">"Your organisation will control this device and keep it secure."</string> 28 <string name="the_following_is_your_mdm_for_device" msgid="6717973404364414816">"The following app will manage your device:"</string> 30 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 31 <string name="admin_has_ability_to_monitor_profile" msgid="4138671070145317359">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with this profile, including your network activity, as well as your device\'s location, call history and contact search history."</string> 32 <string name="admin_has_ability_to_monitor_device" msgid="7400390654083275019">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions, theft-protection features and data associated with this device, including network activity and your device\'s location information."</string [all...] |
/packages/apps/ManagedProvisioning/res/values-en-rIN/ |
strings.xml | 25 <string name="company_controls_workspace" msgid="2808025277267917221">"Your organisation controls this profile and keeps it secure. You control everything else on your device."</string> 26 <string name="company_controls_device" msgid="8230957518758871390">"Your organisation will control this device and keep it secure."</string> 28 <string name="the_following_is_your_mdm_for_device" msgid="6717973404364414816">"The following app will manage your device:"</string> 30 <string name="setting_up_workspace" msgid="4517537806569988620">"Setting up your work profile?"</string> 31 <string name="admin_has_ability_to_monitor_profile" msgid="4138671070145317359">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions and data associated with this profile, including your network activity, as well as your device\'s location, call history and contact search history."</string> 32 <string name="admin_has_ability_to_monitor_device" msgid="7400390654083275019">"Your admin has the ability to monitor and manage settings, corporate access, apps, permissions, theft-protection features and data associated with this device, including network activity and your device\'s location information."</string [all...] |
/frameworks/base/docs/html/guide/webapps/ |
webview.jd | 8 <li>Use {@link android.webkit.WebView} to display web pages in your Android application 10 <li>You can create interfaces from your JavaScript to your client-side Android code</li> 15 <li><a href="#AddingWebView">Adding a WebView to Your Application</a></li> 42 part of your activity layout. It does <em>not</em> include any features of a fully developed web 47 provide information in your application that you might need to update, such as an end-user agreement 48 or a user guide. Within your Android application, you can create an {@link android.app.Activity} 49 that contains a {@link android.webkit.WebView}, then use that to display your document that's 52 <p>Another scenario in which {@link android.webkit.WebView} can help is if your application provides 55 find that it's easier to build a {@link android.webkit.WebView} in your Android application tha [all...] |
index.jd | 7 <p class="img-caption"><strong>Figure 1.</strong> You can make your web content available to 19 allow you to specify viewport and style properties that make your web pages appear at the proper 22 <p>Figure 1 illustrates how you can provide access to your web pages from either 23 a web browser or your your own Android app. However, you shouldn't develop an Android 24 app simply as a means to view your web site. Rather, the web pages you embed in your 26 interface between your Android application and your web pages that allows JavaScript in the web 27 pages to call upon APIs in your Android application—providing Android APIs to your web-base [all...] |
/frameworks/base/docs/html/distribute/tools/ |
launch-checklist.jd | 2 page.metaDescription=Essential overview of the complete process of delivering your app to users. Read this checklist early in development to help you plan for a successful launch on Google Play. 22 <li><a href="#set-prices">10. Set Prices for your Products</a></li> 39 Before you publish your apps on Google Play and distribute them to users, you 40 need to get the apps ready, test them, and prepare your promotional 47 you'll need to complete before publishing your app on Google Play, such as 50 each of your apps. 75 how the process works. In particular, you or your development team will need 76 to prepare your apps for release using a process common to all Android apps. 107 policies and any violations can lead to suspension of your apps or, for 108 repeated violations, termination of your developer account [all...] |
/frameworks/base/core/java/android/widget/ |
package.html | 5 on your Application screen. You can also design your own. 9 To create your own widget, extend {@link android.view.View} or a subclass. To 10 use your widget in layout XML, there are two additional files for you to 20 the XML element used to instantiate your widget, and the attributes that it 24 res/layout/ that describes the layout of your widget. You could also do 25 this in code in your Java file.</li>
|
/frameworks/base/docs/html/distribute/engage/ |
community.jd | 1 page.title=Engage Your Community 2 page.metaDescription=Building a community has many benefits, including improving your app and bringing users back to it. 14 Building a community has many benefits, including improving your apps and 16 help you build a rapport with your audience that will drive loyalty and 21 There are many tactics to bring users back to your apps. In addition to app 24 Any reason to go back to your app is a great post to share with your
|
/frameworks/base/docs/html/training/tv/discovery/ |
index.jd | 1 page.title=Helping Users Find Your Content on TV 27 app developers to provide quick and easy paths for users to discover and enjoy your content. 31 The Android framework helps you provide a number of paths for users to discover your content, 32 including recommendations on the home screen and searching within your app's content catalog. 36 This class shows you how to help users discover your app's content through recommendations and 48 <dd>Learn how to make your content searchable from the Android TV home screen.</dd> 50 <dd>Learn how to use a built-for-TV user interface for searching within your app.</dd>
|
/frameworks/base/docs/html/distribute/googleplay/ |
wear.jd | 5 page.metaDescription=Distribute your apps, games, and content to Android Wear. 16 <li><a href="#track_review">Track your review</a></li> 30 Extend your apps to support custom Wear interactions and offer a refined, engaging user 31 experience across all Wear devices. If your apps meet core app quality guidelines on handsets and 32 provide a high-quality experience for Android Wear devices, Google Play will showcase your apps 37 To get started, review the sections in this document to learn how to distribute your Wear apps 40 the usability and quality standards that your apps should meet. When your app is ready, you can 49 Google Play lets you make your Wear apps more discoverable for Wear users. You can develop and 50 publish using your existing Developer Console account and your current distribution and pricin [all...] |
cast.jd | 1 page.title=Stream Your Content with Google Cast 2 page.metaDescription=Let users stream your video and audio content to their TVs and speakers. 7 With Google Cast you make it easy for users to include your content as part of 23 Google Cast is a great way to add value and convenience to your content 24 consumption apps, and extend their engagement with your users. 28 <a href="https://developers.google.com/cast/">Find out how to get your app Google 40 <li>Let users know your app is ?Google Card-enabled? in your store listing and use 42 Cast badge</a> on your website and marketing materials.</li>
|
/frameworks/base/docs/html/distribute/analyze/ |
google-services.jd | 2 page.metaDescription=Find your Analytics reports where you need them within Google Play, AdMob, and AdWords. 9 You?ll find your Google Analytics data available to you in the Google Play 11 your Analytics data even more valuable, as it's available where you make 15 <strong>Tip</strong>: Make sure to link your Google Analytics account with 16 your Google Play developer account. This lets you set up an Analytics 17 property for each of your apps to track usage and behavior in the apps, all 18 in one place. For details on how to link your see <a href= 23 <h2 id="remarket">Target and Remarket to Your Users in AdWords</h2> 27 segmentation tools. You can slice and dice your data in tens-of-thousands of 33 create lists directly from your reports when you find a segment that i [all...] |
/frameworks/base/docs/html/design/wear/ |
principles.jd | 19 <p>These design principles provide some simple heuristics about how you should plan and assess your 29 <p>A watch is a perfect form factor for a device that you can use while doing something else, such as cooking, eating, walking, running, or even having a conversation. If using your wearable app causes the user to stop whatever they?re doing, it?s a good occasion to consider how to improve it using the principles in this section.</p> 31 <p class="try" ><b>Try this:</b> Time a typical use of your Wear app. If using it takes more than 5 seconds, you should think about making your app more focused. Also try using your app while you?re having a conversation, and see how it affects your train of thought and eye contact.</p> 40 <p>When you swipe through photos on your phone, you?re using a large area of the display and precision isn't required. That?s the best kind of interaction for a wearable device. Your users are going to use your app in all sorts of situations, the least frequent one might actually be sitting down at their desk.</p> 42 <p class="try"><b>Try this:</b> Use your app in various everyday situations, such as walking, eating, talking to people, or ordering coffee (…) [all...] |
/frameworks/base/docs/html/google/play/billing/ |
billing_best_practices.jd | 13 <li><a href="#obfuscate">Obfuscate Your Code</a></li> 19 <li><a href="#key">Protect Your Public Key</a></li> 31 <p>As you design your In-app Billing implementation, be sure to follow the security and design 40 verification process by reverse engineering your .apk file. If you do offload security processing to 43 <h3 id="unlocked">Protect your unlocked content</h3> 44 <p>To prevent malicious users from redistributing your unlocked content, do not bundle it in your 47 <li>Use a real-time service to deliver your content, such as a content feed. Delivering content 48 through a real-time service allows you to keep your content fresh.</li> 49 <li>Use a remote server to deliver your content.</li [all...] |
/external/gemmlowp/ |
CONTRIBUTING.txt | 7 Before we can use your code, you must sign the Google Individual Contributor 13 copyright to your changes, even after your contribution becomes part of our 14 codebase, so we need your permission to use and distribute your code. We also 16 know that your code infringes on other people's patents. You don't have to sign 17 the CLA until after you've submitted your code for review and a member has 18 approved it, but you must do it before we can put your code into our codebase. 20 us first through the issue tracker with your idea so that we can help out and
|
/external/opencv3/doc/tutorials/ |
tutorials.markdown | 9 As always, we would be happy to hear your comments and receive your contributions on any tutorial. 13 You will learn how to setup OpenCV on your computer! 29 contains valuable tutorials about how to read/save your image/video files and how to use the 46 to find algorithms usable on your video streams like: motion extraction, feature tracking and 52 how your digital camera detects peoples and faces? Look here to find out! 67 little computation power from your system by using the power of your video card to run the 72 Run OpenCV and your vision apps on an iDevice
|
/frameworks/base/docs/html/distribute/users/ |
youtube.jd | 2 page.metaDescription=Bring users from videos to your store listing with a merchandise card available on YouTube. 8 Now you can bring users who discover your app videos on YouTube to your store 12 they follow the link to your app on the Play Store, where they can install 13 your app. 27 to your uploaded videos</a>. 35 <li>Don?t indicate the location of a card within your video, cards might be 39 <li>When you add cards, featured video or playlist highlights in your video 43 <li>In order to display cards, your account needs to be in good standing.
|
/frameworks/base/docs/html/google/play/ |
dist.jd | 5 Google Play allows you to manage your app distribution with features that let you control which users 6 can download your app as well as deliver separate versions of your app based on certain 18 Make sure your app gets to the right users by filtering on a wide range of characteristics 41 your app. 49 <p>Protect your revenue streams and integrate policies for usage into your app. 56 <p>Integrate your publishing operations with your release-management
|
/frameworks/base/docs/html/preview/ |
guide.jd | 20 Android N gives you an opportunity to ensure your apps work with the next 22 impact your app, as described in the <a href="{@docRoot}preview/api-overview.html">API 24 your app with the preview, there are some specific system changes that you should focus on to 29 This guide describes the what and how to test preview features with your app. You should 30 prioritize testing of these specific preview features, due to their high potential impact on your 53 changes the way that permissions are allocated to your app by the user. Instead of granting all 54 permissions during the install procedure, your app must ask the user for individual permissions 58 the preview is most likely to have an impact on your app's behavior and may prevent some of your 65 should begin planning your app?s migration to the new permissions model now, with a goal o [all...] |
/developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/res/values/ |
base-strings.xml | 24 This sample application notifies you when you may have left your phone behind 25 (specifically, when your companion and wearable disconnect). If you have misplaced your phone, but 26 it is still connected to your wearable, you can also start an activity on the wearable to sound an 27 alarm on your phone.
|
/developers/samples/android/wearable/wear/FindMyPhone/ |
template-params.xml | 36 This sample application notifies you when you may have left your phone behind 37 (specifically, when your companion and wearable disconnect). If you have misplaced your phone, but 38 it is still connected to your wearable, you can also start an activity on the wearable to sound an 39 alarm on your phone.
|
/development/samples/browseable/FindMyPhone/Application/res/values/ |
base-strings.xml | 24 This sample application notifies you when you may have left your phone behind 25 (specifically, when your companion and wearable disconnect). If you have misplaced your phone, but 26 it is still connected to your wearable, you can also start an activity on the wearable to sound an 27 alarm on your phone.
|