Showing technical resources tagged with New Features:
Action Bar Compatibility new!
Shows how to use the action bar on both pre-API 11 and API 11+ devices, maximizing code re-use.
Backup and Restore
Illustrates a few different approaches that an application developer can take when integrating with the Android Backup Manager using the BackupAgent API introduced in Android 2.2.
Honeycomb Gallery
An image gallery application that demonstrates a variety of new APIs in Android 3.0 (Honeycomb). In addition to providing a tablet-optimized design, it also supports handsets running Android 4.0 (Ice Cream Sandwich) and beyond, so is a good example of how to reuse Fragments to support different screen sizes.
RenderScript
A set of samples that demonstrate how to use various features of the RenderScript APIs.
TicTacToeLib
An example of an Android library project, a type of project that lets you store and manage shared code and resources in one place, then make them available to your other Android applications.
TicTacToeMain
Demonstrates how an application can make use of shared code and resources stored in an Android library project.
USB
A set of samples that demonstrate how to use various features of the USB APIs.
Wi-Fi Direct Demo new!
A demo application to demonstrate how to use Wi-Fi Direct APIs.