Searched
full:apis (Results
426 -
450 of
4075) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/sdk/ |
exploring.jd | 40 platform APIs.</td> 66 platform APIs. These are a great resource to browse Android app code. The API Demos app in 71 <td><a href="http://developers.google.com/android">Google APIs</a></td> 73 using special Google APIs and a system image for the emulator so you can test your app using the 74 Google APIs.</td> 81 APIs that aren't available in the standard platform. For example, the support library 84 android.support.v4.view.ViewPager} APIs that allow you to easily build a side-swipeable UI.</td>
|
/frameworks/base/docs/html/about/versions/ |
android-2.0.jd | 257 <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to 277 <li>New APIs for sync adapters to connect to any backend</li> 287 <li>New contacts APIs that allow for data from multiple accounts</li> 288 <li>New Quick Contact framework APIs enable developers to create contact badges in their app. Clicking on the badge opens a window with a list of ways to contact the person with one click.</li> 311 <li>New WallpaperManager API replaces and extends the wallpaper APIs that were previously in Context, to allow applications to request and set the system wallpaper.</li> 312 <li>New Service APIs to help applications correctly handle Service life-cycle, in particular low memory situations where a Service may be killed while it is running. 318 <li>KeyEvent has new key dispatching APIs, to help implement action-on-up and long press behavior, as well a new mechanism to cancel key presses (for virtual keys).</li> 320 <li>New Intent APIs that broadcast the docking state of the device and allow applications to launch special activities when the device is placed in a desktop or car dock.</li> 341 <p>If your application will use APIs introduced in Android 2.0 (API Level 5), 342 you can take advantage of new APIs for managing key-event pairs:</p [all...] |
android-2.3.4.jd | 1 page.title=Android 2.3.4 APIs 76 APIs. However, developing for the Open Accessory Library on Android 2.3.4 differs 110 <li>The latest version of the Google APIs add-on, which includes the library 135 <p>To use APIs introduced in API level 10 in your application, 137 the latest version of the Google APIs Add-On, which also includes the Open
|
/external/apache-xml/ |
NOTICE | 30 - JAXP 1.3 APIs - see LICENSE.txt 43 - JAXP 1.3 APIs - see LICENSE.txt 59 Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar 68 Apache xml-commons xml-apis (redistribution of xml-apis.jar)
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
platforms.jd | 31 <p>While the latest versions of Android often provide great APIs for your app, you should continue 33 lesson shows you how to take advantage of the latest APIs while continuing to support older 46 which allows you to use several recent platform APIs on older versions.</p> 83 depends on higher API levels is executed only when those APIs are available on the system.</p> 87 // Make sure we're running on Honeycomb or higher to use ActionBar APIs
|
/external/chromium/chrome/common/extensions/docs/ |
whats_new.html | 233 <li><a href="api_index.html">chrome.* APIs</a></li> 234 <li><a href="api_other.html">Other APIs</a></li> 311 For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page. 336 <h4> Additions to existing APIs </h4> 368 <h4> Changes to existing APIs </h4> 382 <h4> Additions to existing APIs </h4> 413 <h4> Additions to existing APIs </h4> 427 <h4> New APIs </h4> 439 <h4> Additions to existing APIs </h4 [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
CustomViewAccessibilityActivity.java | 17 package com.example.android.apis.accessibility; 35 import com.example.android.apis.R; 122 * using the accessibility APIs in a backwards compatible manner. 134 // and does not support the AccessibilityDelegate APIs, do not 138 // NOTE: The android-support-v4 library contains APIs the enable 139 // using the accessibility APIs in a backwards compatible fashion.
|
TaskListView.java | 17 package com.example.android.apis.accessibility; 19 import com.example.android.apis.R;
|
/build/core/ |
version_defaults.mk | 49 # the set of APIs and functionality available in the platform. It 51 # the SDK are released. It should only be incremented when the APIs for
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ListFlipper.java | 17 package com.example.android.apis.animation; 29 import com.example.android.apis.R;
|
ReversingAnimation.java | 17 package com.example.android.apis.animation; 23 import com.example.android.apis.R;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarDisplayOptions.java | 16 package com.example.android.apis.app; 18 import com.example.android.apis.R;
|
ActionBarSettingsActionProviderActivity.java | 17 package com.example.android.apis.app; 31 import com.example.android.apis.R;
|
ActionBarShareActionProviderActivity.java | 17 package com.example.android.apis.app; 28 import com.example.android.apis.R;
|
ActionBarTabs.java | 16 package com.example.android.apis.app; 18 import com.example.android.apis.R;
|
ActionBarUsage.java | 16 package com.example.android.apis.app; 29 import com.example.android.apis.R;
|
AlarmService_Service.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R;
|
FragmentArguments.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentCustomAnimations.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentHideShow.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentMenu.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentReceiveResult.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentStack.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
FragmentTabs.java | 16 package com.example.android.apis.app; 18 import com.example.android.apis.R;
|
LocalService.java | 17 package com.example.android.apis.app; 31 import com.example.android.apis.R;
|
Completed in 258 milliseconds
<<11121314151617181920>>