Showing technical resources tagged with Sample:
Accelerometer Play
An example of using the accelerometer to integrate the device's acceleration to a position using the Verlet method. This is illustrated with a very simple particle system comprised of a few iron balls freely moving on an inclined wooden table. The inclination of the virtual table is controlled by the device's accelerometer.
Action Bar Compatibility new!
Shows how to use the action bar on both pre-API 11 and API 11+ devices, maximizing code re-use.
Android Beam Demo new!
An example of how to use the Android Beam feature to send messages between two Android-powered devices (API level 14 or later) that support NFC.
API Demos
A variety of small applications that demonstrate an extensive collection of framework topics.
API 4+ Support Demos
A variety of small applications that demonstrate the use of the helper classes in the Android API 4+ Support Library (classes which work down to API level 4 or version 1.6 of the platform).
API 13+ Support Demos
A variety of small applications that demonstrate the use of the helper classes in the Android API 13+ Support Library (classes which work down to API level 13 or version 3.2 of the platform).
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.
Bluetooth Chat
An application for two-way text messaging over Bluetooth.
Bluetooth HDP Demo new!
A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device.
BusinessCard
An application that demonstrates how to launch the built-in contact picker from within an activity. This sample also uses reflection to ensure that the correct version of the contacts API is used, depending on which API level the application is running under.
Contact Manager
An application that demonstrates how to query the system contacts provider using the ContactsContract
API, as well as insert contacts into a specific account.
Cube Live Wallpaper
An application that demonstrates how to create a live wallpaper and bundle it in an application that users can install on their devices.
Device Policy Management new!
This is a security-aware sample application that demonstrates the enforcement of device administration policies on Android 2.2 or above platforms.
Home
A home screen replacement application.
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.
Lunar Lander
A classic Lunar Lander game.
Mobile Advertisement Integration new!
This sample demonstrates the integration of a mobile ad SDK with your application.
Multiple Resolutions
A sample application that shows how to use resource directory qualifiers to provide different resources for different screen configurations.
News Reader new!
A sample app demonstrating best practices to support multiple screen sizes and densities.
NFC Demo
An application for reading NFC Forum Type 2 Tags using the NFC APIs
Note Pad
An application for saving notes. Similar (but not identical) to the Notepad tutorial.
Random Music Player
Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes. Also shows how to use the new Remote Control APIs in API level 14.
RenderScript
A set of samples that demonstrate how to use various features of the RenderScript APIs.
Spell Checker Service new!
An example spell checker service, using the SpellCheckerService
.
Spell Checker Client new!
An example spell checker client, using the TextServicesManager
and SpellCheckerSession
.
SampleSyncAdapter
Demonstrates how an application can communicate with a cloud-based service and synchronize its data with data stored locally in a content provider. The sample uses two related parts of the Android framework — the account manager and the synchronization manager (through a sync adapter).
Searchable Dictionary v2
A sample application that demonstrates Android's search framework, including how to provide search suggestions for Quick Search Box.
SIP Demo
A demo application highlighting how to make internet-based calls with the SIP API.
Snake
An implementation of the classic game "Snake."
Soft Keyboard
An example of writing an input method for a software keyboard.
Spinner
A simple application that serves as an application under test for the SpinnerTest example.
SpinnerTest
The test application for the Activity Testing tutorial. It tests the Spinner example application.
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.
Toy VPN Client new!
A sample application that illustrates the creation of a custom VPN client.
USB
A set of samples that demonstrate how to use various features of the USB APIs.
Voicemail Provider new!
A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.
Wi-Fi Direct Demo new!
A demo application to demonstrate how to use Wi-Fi Direct APIs.
XML Adapters
Binding data to views using XML Adapters examples.
Text To Speech Engine new!
An example Text To Speech engine written using the Android text to speech engine API in Android 4.0.