Home | History | Annotate | Download | only in versions

Lines Matching full:apis

1 page.title=Android 4.0 APIs
12 <li><a href="#Honeycomb">Previous APIs</a></li>
30 developers. Besides all the new features and APIs discussed below, Android 4.0 is an important
31 platform release because it brings the extensive set of APIs and Holographic themes from Android 3.x
45 <p>The sections below provide a technical overview of new APIs in Android 4.0.</p>
57 <li><a href="#Contacts">Social APIs in Contacts Provider</a></li>
89 <h3 id="Contacts">Social APIs in Contacts Provider</h3>
91 <p>The contact APIs defined by the {@link android.provider.ContactsContract} provider have been
154 <p>The new {@link android.provider.ContactsContract.DataUsageFeedback} APIs allow you to help track
165 <p>The new calendar APIs allow you to read, add, modify and delete calendars, events, attendees,
168 <p>A variety of apps and widgets can use these APIs to read and modify calendar events. However,
257 services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The
263 <p>Because the APIs currently do not allow third-party apps to read all the voicemails from the
264 system, the only third-party apps that should use the voicemail APIs are those that have voicemail
280 <p>Android 4.0 adds several new APIs for applications that interact with media such as photos,
292 must have a valid OpenGL context before it can use the effects APIs. The textures to which you apply
415 <p>The {@link android.hardware.Camera} class now includes APIs for detecting faces and controlling
421 <p>Camera apps can now enhance their abilities with Android?s face detection APIs, which not
601 <p>If your application doesn?t use NFC APIs to perform NDEF Push messaging, then Android provides a
622 provides a set of Wi-Fi P2P APIs that allow you to discover and connect to other devices when each
626 <p>A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer
630 android.net.wifi.p2p.WifiP2pManager} includes APIs that allow you to:</p>
665 <p>In order to use the Wi-Fi P2P APIs, your app must request the following user permissions:</p>
727 android.bluetooth.BluetoothHealth} APIs.</li>
740 and extended APIs that allow you to provide more information about view content or
822 the new the accessibility APIs, you can do so with the latest version of the <em>v4 support
824 using a set of utility classes that provide the new accessibility APIs in a backward-compatible
874 <h4>Other accessibility APIs</h4>
877 android.view.accessibility.AccessibilityManager} has some new APIs such as:</p>
922 <p>Android?s text-to-speech (TTS) APIs have been significantly extended to allow applications to
924 couple new APIs for selecting an engine.</p>
946 file. In Android 4.0, there is a complete set of framework APIs for building TTS engines. </p>
969 <p>For an example TTS engine using the new APIs, see the <a
1031 <li>RS for each from the framework APIs</li>
1097 <p>The new {@link android.security.KeyChain} class provides APIs that allow you to import and access
1166 <p>If you want to use the navigation tabs provided by the {@link android.app.ActionBar.Tab} APIs,
1231 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/ActionBarShareActionProviderActivity.html"
1263 <h4>Other APIs for action bar</h4>
1308 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/index.html">ApiDemos</a
1340 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/Switches.html">Switches
1420 android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN} flag. In Android 4.0, the APIs that control
1454 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/OverscanActivity.html">
1493 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/Hover.html">Hover</a> class in
1499 <p>Android now provides APIs for receiving input from a stylus input device such as a digitizer
1534 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.html">TouchPaint
1701 <h2 id="Honeycomb">Previous APIs</h2>
1703 <p>In addition to everything above, Android 4.0 naturally supports all APIs from previous releases.
1705 been developing primarily for handsets, then you might not be aware of all the APIs added to Android
1708 <p>Here's a look at some of the most notable APIs you might have missed that are now available
1729 <li>Drag and drop: A set of APIs built into the view framework that facilitates drag and drop
1764 <li>USB APIs: Powerful new APIs for integrating connected peripherals with
1765 Android applications. The APIs are based on a USB stack and services that are
1768 <li>MTP/PTP APIs: Applications can interact directly with connected cameras and other PTP
1773 <li>RTP APIs: Android exposes an API to its built-in RTP (Real-time Transport Protocol) stack,
1780 notes for many more new APIs.</li>
1787 <li>New screens support APIs that give you more control over how your applications are
1805 notes for other new APIs.</li>
1821 <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need compile the