HomeSort by relevance Sort by last modified time
    Searched full:application (Results 626 - 650 of 8339) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 20 <li><a href="#teardown">Unregister Your Service on Application Close</a></li>
46 <p>This lesson shows you how to build an application that can broadcast its
49 to connect to the same application running on another device.</p>
81 two devices on the network both have the NsdChat application installed, one of
86 layer the application uses. The syntax is
88 code snippet, the service uses HTTP protocol running over TCP. An application
105 that your application always uses port 1337 puts it in potential conflict with
108 service broadcast, there's no need for the port your application uses to be
130 interface contains callbacks used by Android to alert your application of the
190 players. The key to letting your application see this vibrant ecosystem o
    [all...]
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/i18n/
CheckerNLS.properties 21 IsDebuggableCondition_AttrFound_Message=Attribute android:debuggable is set to true. You should set the android:debuggable attribute to false before publishing the application.
30 MissingDrawableChecker_UselessXhdpiResources=The application's API level does not support the xhdpi screen density.
31 MissingDrawableChecker_UselessXhdpiResourcesSugestion=Delete the "drawable-xhdpi" folder from the application resources or change the application's API level (in AndroidManifest.xml) to include level 9 or above.
38 MissingDrawableChecker_noDensitySpecificDrawableFolders=Density-specific drawable folders were not found for the application. You should create them with density-specific versions of your drawables.
39 MissingDrawableChecker_noDrawableFolders=The application has no drawable folders.
52 LocalizationStringsChecker_helpParameterLocaleDescription=Set the default locale to be used following the "ll" or "ll_CC" format, where ll is the language and CC is the country. The default "values" folder in your application will be ignored.
66 AndroidMarketFiltersChecker_missingManifestIconOrLabel_Suggestion=Add the {0} attribute in the application element or supply a value for it.
67 AndroidMarketFiltersChecker_missingManifestIconOrLabel_Issue=The {0} attribute is not defined or is empty in the application element.
68 AndroidMarketFiltersChecker_certificatePeriodExpired_Suggestion=Sign your application using a certificate that expires after October 22, 2033.
    [all...]
  /frameworks/base/docs/html/tools/sdk/ndk/
overview.jd 39 <li>A way to embed the corresponding native libraries into an application package file
67 default, but switching to ARMv7-A is as easy as adding a single line to the application's
68 <code>Application.mk</code> file, without needing to change anything else in the file. You can also build for
80 increase, but always increases application complexity. In general, you should only use native
81 code if it is essential to your application, not just because you prefer to program in C/C++.</p>
93 <li>Write your application using the Android framework and use JNI to access the APIs provided
96 approach, your application must target specific, minimum Android platform levels, see <a
143 <li>Android native application APIS</li>
148 describe which sources to compile and which Android application will use them &mdash; the build
149 system compiles the sources and places the shared libraries directly in your application
    [all...]